Skip to content

Commit

Permalink
Merge pull request #43 from zero88/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
zero88 committed Mar 18, 2024
2 parents cf7352d + cb9b550 commit 030059e
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 @@ -49,7 +49,7 @@ jobs:
driver-opts: network=host

- name: Build and push to local registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 030059e

Please sign in to comment.