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

Commit

Permalink
build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and igaw committed Nov 28, 2023
1 parent 35d79ed commit de917aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down

0 comments on commit de917aa

Please # to comment.