Skip to content

Commit

Permalink
Merge pull request #1042 from evemonk/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
biow0lf authored Sep 12, 2023
2 parents 34f9fb1 + 4c2f960 commit 0ab5abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
pull: true
push: true
Expand Down

0 comments on commit 0ab5abb

Please sign in to comment.