Skip to content

Commit 6596e8f

Browse files
Bump docker/build-push-action from 4.1.1 to 5.0.0 (#130) (#137)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.1.1...v5.0.0) --- 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> (cherry picked from commit 714a253) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 031aa82 commit 6596e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
9696
9797
- name: Build and push Docker image
98-
uses: docker/build-push-action@v4.1.1
98+
uses: docker/build-push-action@v5.0.0
9999
with:
100100
context: .
101101
file: .docker/Dockerfile

0 commit comments

Comments
 (0)