Skip to content

Commit

Permalink
Merge pull request #88 from danielfromearth/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/develop/docker/build-push-action-5

Bump docker/build-push-action from 3 to 5
  • Loading branch information
danielfromearth authored Mar 11, 2024
2 parents 9caa812 + f74138c commit 087d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# if: ${{ !startsWith(github.ref, 'refs/heads/feature') }}
if: ${{ startsWith(github.ref, 'refs/heads/feature/') }}
id: docker-push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 087d460

Please sign in to comment.