Skip to content

Commit

Permalink
Merge pull request #591 from mackerelio/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
ne-sachirou committed Apr 23, 2024
2 parents 3a1c26e + 1789223 commit 18b0420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
id: get_tag
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: |
Expand Down

0 comments on commit 18b0420

Please sign in to comment.