Skip to content

Commit

Permalink
Merge pull request #36 from jplanckeel/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
jplanckeel authored Jul 2, 2024
2 parents 6078636 + e2550c6 commit 18c9cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: "steps.tag.outputs.value != ''"
with:
platform: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 18c9cc9

Please sign in to comment.