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 f118a7f HDDS-15810. Bump docker/login-action to 4.4.0 (#41)
f118a7f is described below
commit f118a7f9f478addba5b5a8bd46158d5bd3ce592b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 12:30:34 2026 +0200
HDDS-15810. Bump docker/login-action to 4.4.0 (#41)
---
.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 d5e12d5..2dd9897 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@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #
v4.4.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e08d889..92b2ac4 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@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #
v4.4.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]