Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
lukaszbudnik committed Nov 14, 2023
2 parents 593c42f + fe4ccaa commit dbe56d6
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@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit dbe56d6

Please sign in to comment.