Skip to content

Commit 552f333

Browse files
Bump docker/build-push-action from 5.3.0 to 6.7.0 (#63)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v6.7.0) --- 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 4f5b86f commit 552f333

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and push (Ubuntu 24.04)
42-
uses: docker/build-push-action@v5.3.0
42+
uses: docker/build-push-action@v6.7.0
4343
with:
4444
context: .
4545
file: ./Dockerfile.ubuntu-2404
@@ -83,7 +83,7 @@ jobs:
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Build and push (Ubuntu 22.04)
86-
uses: docker/build-push-action@v5.3.0
86+
uses: docker/build-push-action@v6.7.0
8787
with:
8888
context: .
8989
file: ./Dockerfile.ubuntu-2204
@@ -123,7 +123,7 @@ jobs:
123123
password: ${{ secrets.GITHUB_TOKEN }}
124124

125125
- name: Build and push (Ubuntu 20.04)
126-
uses: docker/build-push-action@v5.3.0
126+
uses: docker/build-push-action@v6.7.0
127127
with:
128128
context: .
129129
file: ./Dockerfile.ubuntu-2004
@@ -163,7 +163,7 @@ jobs:
163163
password: ${{ secrets.GITHUB_TOKEN }}
164164

165165
- name: Build and push (Ubuntu 18.04)
166-
uses: docker/build-push-action@v5.3.0
166+
uses: docker/build-push-action@v6.7.0
167167
with:
168168
context: .
169169
file: ./Dockerfile.ubuntu-1804

0 commit comments

Comments
 (0)