This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch jdk8
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/jdk8 by this push:
new 91b42c7 HDDS-14833. Bump GitHub action versions (#59)
91b42c7 is described below
commit 91b42c7a3e1fafa3283256c13ecf639ec5c88b0c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Mar 14 07:09:28 2026 +0100
HDDS-14833. Bump GitHub action versions (#59)
(cherry picked from commit 0af576c0aad1cdc0c98152eece524c9bc5c8a774)
---
.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 8544a6c..2e7e5b9 100644
--- a/.github/workflows/build-and-tag.yaml
+++ b/.github/workflows/build-and-tag.yaml
@@ -38,7 +38,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-runner
@@ -57,7 +57,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 }}
@@ -65,7 +65,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 df0a323..d00f073 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -43,7 +43,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-runner
@@ -64,16 +64,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 }}
@@ -82,7 +82,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:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]