Skip to content

Commit

Permalink
Merge pull request #172 from vlingo/gh-docker-build-push
Browse files Browse the repository at this point in the history
Bump docker/build-push-action
  • Loading branch information
jakzal authored Nov 6, 2024
2 parents 3341644 + 89ab950 commit 58dc376
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 @@ -134,7 +134,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build & Push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
push: ${{ steps.version.outputs.push }}
Expand Down

0 comments on commit 58dc376

Please sign in to comment.