Skip to content

Commit

Permalink
fix: multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-aaflalo committed Mar 7, 2024
1 parent 148850f commit 7a278b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
file: ./Dockerfile
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -151,8 +150,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_DOCKER_HUB }}
tags: |
type=semver,pattern={{version}},value=${{ steps.version.outputs.version }}
- name: Log into registry Docker hub
if: github.event_name != 'pull_request'
uses: docker/#-action@v3
Expand All @@ -167,7 +164,6 @@ jobs:
file: ./Dockerfile
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-hub.outputs.tags }}
labels: ${{ steps.meta-hub.outputs.labels }}
outputs: type=image,name=${{ env.IMAGE_DOCKER_HUB }},push-by-digest=true,name-canonical=true,push=true
cache-from: type=gha
Expand Down

0 comments on commit 7a278b0

Please # to comment.