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 266496f HDDS-15432. Bump docker/metadata-action to 6.1.0 (#27)
266496f is described below
commit 266496f55d5bdd9c4797ba3c7e7e751a2e36cdf2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 08:51:52 2026 +0200
HDDS-15432. Bump docker/metadata-action to 6.1.0 (#27)
---
.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 52e63f3..d3d95b7 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -44,7 +44,7 @@ jobs:
packages: write
steps:
- name: Generate tags
- uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
# v6.0.0
+ uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
# v6.1.0
with:
images: |
ghcr.io/${{ github.repository_owner }}/ozone-testkrb5
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index b5e1ec9..470f4b0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
steps:
- name: Generate image ID
id: meta
- uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
# v6.0.0
+ uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
# v6.1.0
with:
images: |
ghcr.io/${{ github.repository_owner }}/ozone-testkrb5
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]