Skip to content

Commit

Permalink
Merge pull request #112 from shiguredo/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-4.x

chore(deps): update docker/build-push-action action to v4
  • Loading branch information
voluntas authored Mar 27, 2023
2 parents 42b1128 + b542942 commit 8d6b1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Push to DockerHub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand All @@ -192,7 +192,7 @@ jobs:
build-args: |
UBUNTU_VERSION=20.04
- name: Push to DockerHub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit 8d6b1a9

Please sign in to comment.