Skip to content

Commit

Permalink
Merge pull request #46 from lukaszbudnik/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
lukaszbudnik committed Oct 7, 2022
2 parents 572a661 + 394b6c6 commit 27d54a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
type=semver,pattern={{major}}
- name: Build and push Docker images
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit 27d54a6

Please sign in to comment.