Skip to content

Commit

Permalink
Merge pull request #349 from izumin5210/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
izumin5210 authored Apr 13, 2024
2 parents c63a7e6 + 31c82c4 commit 9109534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

- uses: docker/setup-buildx-action@v1

- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ env.IMAGE }}:${{ github.sha }}

- uses: docker/build-push-action@v2
- uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 9109534

Please sign in to comment.