This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-testkrb5.git
The following commit(s) were added to refs/heads/master by this push:
new 09599d7 HDDS-15430. Bump docker/login-action to 4.2.0 (#29)
09599d7 is described below
commit 09599d739468d43dae331d84418a38edcca90953
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 09:25:48 2026 +0200
HDDS-15430. Bump docker/login-action to 4.2.0 (#29)
---
.github/workflows/build-and-tag.yaml | 2 +-
.github/workflows/build.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-tag.yaml
b/.github/workflows/build-and-tag.yaml
index d3d95b7..0764bde 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -58,7 +58,7 @@ jobs:
docker pull "$IMAGE_ID"
- name: Login to GitHub Container Registry
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #
v4.1.0
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 470f4b0..e35c71e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -74,7 +74,7 @@ jobs:
- name: Login to GitHub Container Registry
id: login
if: ${{ github.event_name != 'pull_request' &&
steps.pull.outputs.success == 'false' }}
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 #
v4.1.0
+ uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]