Skip to content

Commit 80f0474

Browse files
Bump docker/build-push-action from 6.7.0 to 6.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.8.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>
1 parent c2d98c8 commit 80f0474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
4646
4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@v6.7.0
48+
uses: docker/build-push-action@v6.8.0
4949
with:
5050
context: .
5151
file: .docker/Dockerfile
@@ -86,7 +86,7 @@ jobs:
8686
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
8787
8888
- name: Build and push Docker image
89-
uses: docker/build-push-action@v6.7.0
89+
uses: docker/build-push-action@v6.8.0
9090
with:
9191
context: .
9292
file: .docker/Dockerfile

0 commit comments

Comments
 (0)