Skip to content

Commit 954045f

Browse files
ci: bump docker/build-push-action from 5 to 6 (#90)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c7d436 commit 954045f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/on_demand.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and push
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
context: .
4646
file: Dockerfile
@@ -80,7 +80,7 @@ jobs:
8080
password: ${{ secrets.GITHUB_TOKEN }}
8181

8282
- name: Build and push
83-
uses: docker/build-push-action@v5
83+
uses: docker/build-push-action@v6
8484
with:
8585
context: .
8686
file: Dockerfile.docker

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
password: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Build and push
89-
uses: docker/build-push-action@v5
89+
uses: docker/build-push-action@v6
9090
with:
9191
context: .
9292
file: Dockerfile
@@ -127,7 +127,7 @@ jobs:
127127
password: ${{ secrets.GITHUB_TOKEN }}
128128

129129
- name: Build and push
130-
uses: docker/build-push-action@v5
130+
uses: docker/build-push-action@v6
131131
with:
132132
context: .
133133
file: Dockerfile.docker

0 commit comments

Comments
 (0)