Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
yuokada authored Sep 18, 2023
2 parents 6f97e8f + 19cfa54 commit 66c6f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 66c6f2d

Please sign in to comment.