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 4.1.0 to 4.1.1 (#283)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 63d7984 commit afb5af0
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@v4.1.0
uses: docker/build-push-action@v4.1.1
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@v4.1.0
uses: docker/build-push-action@v4.1.1
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 @@ -50,7 +50,7 @@ jobs:
- name: Build and Push - ${{ matrix.id }}
id: docker_build_push
uses: docker/build-push-action@v4.1.0
uses: docker/build-push-action@v4.1.1
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@v4.1.0
uses: docker/build-push-action@v4.1.1
with:
context: .
file: ./dockerfiles/${{ matrix.id }}/Dockerfile
Expand Down

0 comments on commit afb5af0

Please sign in to comment.