Skip to content

Commit

Permalink
Merge pull request #25 from ymyzk/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
ymyzk authored Oct 11, 2023
2 parents 176cc9b + 1dc8739 commit 126a6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
type=ref,event=tag,enable=true,priority=600
type=ref,event=pr,prefix=pr-,enable=true,priority=600
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 126a6fe

Please sign in to comment.