Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msonowal committed Mar 12, 2024
1 parent 7a093ce commit e440583
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
contents: read
packages: write

strategy:
fail-fast: true
matrix:
arch: [linux/amd64, linux/arm64]

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -83,7 +78,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ matrix.arch }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e440583

Please sign in to comment.