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
The following commit(s) were added to refs/heads/slim by this push:
new 8e01a4c HDDS-14833. Bump GitHub action versions (#51)
8e01a4c is described below
commit 8e01a4c12dfab50da09b38b58523b4f53cac2c85
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Mar 17 08:14:33 2026 +0100
HDDS-14833. Bump GitHub action versions (#51)
(cherry picked from commit cd5aa66fffb1d230ce00f6027317742762167dc7)
---
.github/workflows/build-and-tag.yaml | 6 +++---
.github/workflows/build.yaml | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/build-and-tag.yaml
b/.github/workflows/build-and-tag.yaml
index d4e846f..3e7ab00 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -41,7 +41,7 @@ jobs:
REGISTRIES: ghcr.io # docker.io is appended dynamically
steps:
- name: Generate tags
- uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
+ uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
with:
images: |
${{ github.repository_owner }}/ozone
@@ -60,7 +60,7 @@ jobs:
docker pull "$IMAGE_ID"
- name: Login to GitHub Container Registry
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
@@ -68,7 +68,7 @@ jobs:
- name: Login to Docker Hub
if: ${{ env.DOCKERHUB_USER }}
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
username: ${{ env.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c79b265..72e0a26 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -49,7 +49,7 @@ jobs:
steps:
- name: Generate image ID
id: meta
- uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
+ uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
with:
images: |
ghcr.io/${{ github.repository_owner }}/ozone
@@ -70,16 +70,16 @@ jobs:
- name: Set up QEMU
if: ${{ steps.pull.outputs.success == 'false' }}
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
+ uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
- name: Set up Docker Buildx
if: ${{ steps.pull.outputs.success == 'false' }}
- uses:
docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
+ uses:
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Login to GitHub Container Registry
id: login
if: ${{ github.event_name != 'pull_request' &&
steps.pull.outputs.success == 'false' }}
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
@@ -88,7 +88,7 @@ jobs:
- name: Build and push image to GitHub Container Registry
id: build
if: ${{ steps.pull.outputs.success == 'false' }}
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
build-args: OZONE_RUNNER_IMAGE
platforms: linux/amd64,linux/arm64
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]