Skip to content

Commit 4a30b26

Browse files
Bump docker/build-push-action from 5 to 6 (#203)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- 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>
1 parent 0c3a3ca commit 4a30b26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
username: ${{ secrets.DOCKER_USERNAME }}
5252
password: ${{ secrets.DOCKER_PASSWORD }}
5353
- name: Build/Push to Docker Hub
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
push: true
5757
file: Dockerfile.${{ matrix.target }}
@@ -64,7 +64,7 @@ jobs:
6464
username: ${{ secrets.REGISTRY_USER }}
6565
password: ${{ secrets.PTA }}
6666
- name: Build/Push to github.com
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
push: true
7070
file: Dockerfile.${{ matrix.target }}

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
username: ${{ secrets.DOCKER_USERNAME }}
5252
password: ${{ secrets.DOCKER_PASSWORD }}
5353
- name: Push to Docker Hub
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
push: true
5757
file: Dockerfile.${{ matrix.target }}
@@ -67,7 +67,7 @@ jobs:
6767
username: ${{ secrets.REGISTRY_USER }}
6868
password: ${{ secrets.PTA }}
6969
- name: Build/Push to github.com
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
push: true
7373
file: Dockerfile.${{ matrix.target }}

0 commit comments

Comments
 (0)