Skip to content

Commit

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

Bump docker/build-push-action from 3 to 5
  • Loading branch information
danielfromearth authored Mar 5, 2024
2 parents 21cf2f9 + d6c2d09 commit de0e0e3
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 de0e0e3

Please sign in to comment.