Skip to content

Commit cfb99a3

Browse files
chore(deps): bump docker/build-push-action from 6.7.0 to 6.10.0 (#66)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.10.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cdfbbd commit cfb99a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

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

4242
- name: Build and push (Ubuntu 24.04)
43-
uses: docker/build-push-action@v6.7.0
43+
uses: docker/build-push-action@v6.10.0
4444
with:
4545
context: .
4646
file: ./Dockerfile.ubuntu-2404
@@ -84,7 +84,7 @@ jobs:
8484
password: ${{ secrets.GITHUB_TOKEN }}
8585

8686
- name: Build and push (Ubuntu 22.04)
87-
uses: docker/build-push-action@v6.7.0
87+
uses: docker/build-push-action@v6.10.0
8888
with:
8989
context: .
9090
file: ./Dockerfile.ubuntu-2204
@@ -124,7 +124,7 @@ jobs:
124124
password: ${{ secrets.GITHUB_TOKEN }}
125125

126126
- name: Build and push (Ubuntu 20.04)
127-
uses: docker/build-push-action@v6.7.0
127+
uses: docker/build-push-action@v6.10.0
128128
with:
129129
context: .
130130
file: ./Dockerfile.ubuntu-2004

0 commit comments

Comments
 (0)