File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments