Skip to content

Commit

Permalink
Merge pull request #5 from dd-ix/dependabot/github_actions/docker/bui…
Browse files Browse the repository at this point in the history
…ld-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
tanneberger authored Oct 28, 2024
2 parents ec6a440 + 61bf7a6 commit 57f651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
password: ${{ github.token }}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 57f651f

Please sign in to comment.