Skip to content

Commit

Permalink
Merge pull request #17 from commitizen-tools/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
Lee-W authored Jun 24, 2024
2 parents 474511d + dad1cc6 commit 5db37fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: "${{ steps.getversion.outputs.version != '' }}"
with:
context: .
Expand Down

0 comments on commit 5db37fc

Please sign in to comment.