Skip to content

Commit

Permalink
Update docker/build-push-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2023
1 parent 189afa0 commit a485d4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.1.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
username: ${{ secrets.dckr_username }}
password: ${{ secrets.dckr_token }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v4.1.1
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -128,7 +128,7 @@ jobs:
labels: ${{ steps.docker_metadata_debian.outputs.labels }}
push: ${{ inputs.pushit }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v4.1.1
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.1.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.1.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down

0 comments on commit a485d4c

Please sign in to comment.