Skip to content

Commit

Permalink
Merge pull request #26 from joeirimpan/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-5

chore(deps): Bump docker/build-push-action from 4 to 5
  • Loading branch information
joeirimpan authored Oct 14, 2023
2 parents cffedb2 + 9fccc4f commit 0cf9156
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 @@ -70,7 +70,7 @@ jobs:

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

0 comments on commit 0cf9156

Please sign in to comment.