Skip to content

Commit

Permalink
trying to fix unknown/unknown platform issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed Jun 10, 2023
1 parent 9beb21d commit 70e9a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: 'image=moby/buildkit:v0.10.5'

- name: Login to Docker Registry
uses: docker/login-action@v2
Expand All @@ -55,4 +53,5 @@ jobs:
context: .
push: true
platforms: ${{ matrix.platforms }}
provenance: false
tags: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ steps.get_tags.outputs.TAG }}

0 comments on commit 70e9a4d

Please sign in to comment.