This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 9e5fe8f40f Infra: Pin versions in
publish-iceberg-rest-fixture-docker.yml (#15730)
9e5fe8f40f is described below
commit 9e5fe8f40f6dde1b6e23b97dfac52ade37313f89
Author: Yuya Ebihara <[email protected]>
AuthorDate: Tue Mar 24 03:26:34 2026 +0900
Infra: Pin versions in publish-iceberg-rest-fixture-docker.yml (#15730)
---
.github/workflows/publish-iceberg-rest-fixture-docker.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-iceberg-rest-fixture-docker.yml
b/.github/workflows/publish-iceberg-rest-fixture-docker.yml
index 4d074e9b19..39cf56d99d 100644
--- a/.github/workflows/publish-iceberg-rest-fixture-docker.yml
+++ b/.github/workflows/publish-iceberg-rest-fixture-docker.yml
@@ -63,11 +63,11 @@ jobs:
run: |
echo "DOCKER_IMAGE_VERSION=`echo ${{ github.ref }} | tr -d -c 0-9.`"
>> "$GITHUB_ENV"
- name: Set up QEMU
- uses: docker/setup-qemu-action@v4
+ uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v4
+ uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Build and Push
- uses: docker/build-push-action@v7
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
with:
context: ./
file: ./docker/iceberg-rest-fixture/Dockerfile