Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5 (#189)
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 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent df038a2 commit 622ac6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build/Push to Docker Hub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand All @@ -64,7 +64,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PTA }}
- name: Build/Push to github.com
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build/Push to Docker Hub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand All @@ -64,7 +64,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PTA }}
- name: Build/Push to github.com
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand Down

0 comments on commit 622ac6b

Please sign in to comment.