Skip to content

Commit d037939

Browse files
Bump docker/login-action from 3 to 4 (#692)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' 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 2cdc1e2 commit d037939

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_publish_debian_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tag_suffix="-pr-${{ github.event.pull_request.number }}"
5757
fi
5858
echo "image_tag=${{ matrix.ros_distro }}-debian${tag_suffix}" >> "$GITHUB_OUTPUT"
59-
- uses: docker/login-action@v3
59+
- uses: docker/login-action@v4
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.repository_owner }}

.github/workflows/build_and_publish_rhel_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
tag_suffix="-pr-${{ github.event.pull_request.number }}"
5555
fi
5656
echo "image_tag=${{ matrix.ros_distro }}-rhel${tag_suffix}" >> "$GITHUB_OUTPUT"
57-
- uses: docker/login-action@v3
57+
- uses: docker/login-action@v4
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.repository_owner }}

.github/workflows/build_and_publish_ubuntu_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
else
7171
echo "image_tag=${{ matrix.ros_distro }}-ubuntu${tag_suffix}" >> "$GITHUB_OUTPUT"
7272
fi
73-
- uses: docker/login-action@v3
73+
- uses: docker/login-action@v4
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)