Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 00d0e29 commit 10b8625
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
type=raw,${{ inputs.tag }}-${{ matrix.id }}
- name: Build and Push
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./dockerfiles/pipy/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
type=edge
- name: Build and Push ${{ matrix.id }} - DEV
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./dockerfiles/${{ matrix.id }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
latest=auto
- name: Build and Push - ${{ matrix.id }}
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./dockerfiles/${{ matrix.id }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
type=raw,${{ github.sha }}
- name: Build and push image ${{ matrix.id }}
uses: docker/build-push-action@v3.3.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./dockerfiles/${{ matrix.id }}/Dockerfile
Expand Down

0 comments on commit 10b8625

Please sign in to comment.