This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch slim
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
commit e7b5a3e51b807e8ea1db6bd5247567f0ed60317c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 08:39:01 2026 +0200
HDDS-15432. Bump docker/metadata-action to 6.1.0 (#63)
(cherry picked from commit da3195e9bb6b97664c765f9985b76ebf035f433c)
---
.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 03fd284..4d8f15d 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -45,7 +45,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: |
${{ github.repository_owner }}/ozone
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index dfa17e1..7160b9d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -51,7 +51,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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]