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-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 66fabd6 HDDS-15432. Bump docker/metadata-action to 6.1.0 (#71)
66fabd6 is described below
commit 66fabd6148b8ece98fa156004cfe61f448b10a48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 09:25:17 2026 +0200
HDDS-15432. Bump docker/metadata-action to 6.1.0 (#71)
---
.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 52b3097..b8c0069 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -46,7 +46,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-runner
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 408067c..fb3f987 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-runner
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]