Skip to content

Commit 56dd541

Browse files
committed
1 parent d8823a4 commit 56dd541

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-cbdb-build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# This allows building ARM64 images on AMD64 infrastructure and vice versa
118118
- name: Set up QEMU
119119
if: ${{ steps.platform-filter.outputs[matrix.platform] == 'true' }}
120-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
120+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
121121

122122
# Login to DockerHub for pushing images
123123
# Requires DOCKERHUB_USER and DOCKERHUB_TOKEN secrets to be set

.github/workflows/docker-cbdb-test-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# This allows building ARM64 images on AMD64 infrastructure and vice versa
107107
- name: Set up QEMU
108108
if: ${{ steps.platform-filter.outputs[matrix.platform] == 'true' }}
109-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
109+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
110110

111111
# Login to DockerHub for pushing images
112112
- name: Login to Docker Hub

0 commit comments

Comments
 (0)