@@ -83,10 +83,10 @@ jobs:
|
83 | 83 | fetch-depth: 0 |
84 | 84 | |
85 | 85 | - name: Set up Docker Builder |
86 | | -uses: docker/setup-buildx-action@v4 |
| 86 | +uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 |
87 | 87 | |
88 | 88 | - name: Login to GitHub Container Registry |
89 | | -uses: docker/login-action@v4 |
| 89 | +uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 |
90 | 90 | with: |
91 | 91 | registry: ${{ env.REGISTRY }} |
92 | 92 | username: ${{ github.repository_owner }} |
@@ -153,7 +153,7 @@ jobs:
|
153 | 153 | - name: Build and push amd64 image |
154 | 154 | id: build |
155 | 155 | # WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY. |
156 | | -uses: docker/build-push-action@v6 |
| 156 | +uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 |
157 | 157 | with: |
158 | 158 | context: . |
159 | 159 | platforms: linux/amd64 |
@@ -167,7 +167,7 @@ jobs:
|
167 | 167 | - name: Build and push amd64 slim image |
168 | 168 | id: build-slim |
169 | 169 | # WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY. |
170 | | -uses: docker/build-push-action@v6 |
| 170 | +uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 |
171 | 171 | with: |
172 | 172 | context: . |
173 | 173 | platforms: linux/amd64 |
@@ -200,10 +200,10 @@ jobs:
|
200 | 200 | fetch-depth: 0 |
201 | 201 | |
202 | 202 | - name: Set up Docker Builder |
203 | | -uses: docker/setup-buildx-action@v4 |
| 203 | +uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 |
204 | 204 | |
205 | 205 | - name: Login to GitHub Container Registry |
206 | | -uses: docker/login-action@v4 |
| 206 | +uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 |
207 | 207 | with: |
208 | 208 | registry: ${{ env.REGISTRY }} |
209 | 209 | username: ${{ github.repository_owner }} |
@@ -270,7 +270,7 @@ jobs:
|
270 | 270 | - name: Build and push arm64 image |
271 | 271 | id: build |
272 | 272 | # WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY. |
273 | | -uses: docker/build-push-action@v6 |
| 273 | +uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 |
274 | 274 | with: |
275 | 275 | context: . |
276 | 276 | platforms: linux/arm64 |
@@ -284,7 +284,7 @@ jobs:
|
284 | 284 | - name: Build and push arm64 slim image |
285 | 285 | id: build-slim |
286 | 286 | # WARNING: KEEP THE OFFICIAL DOCKER ACTION HERE; DO NOT SWITCH THIS BACK TO BLACKSMITH BLINDLY. |
287 | | -uses: docker/build-push-action@v6 |
| 287 | +uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 |
288 | 288 | with: |
289 | 289 | context: . |
290 | 290 | platforms: linux/arm64 |
@@ -314,7 +314,7 @@ jobs:
|
314 | 314 | fetch-depth: 0 |
315 | 315 | |
316 | 316 | - name: Login to GitHub Container Registry |
317 | | -uses: docker/login-action@v4 |
| 317 | +uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 |
318 | 318 | with: |
319 | 319 | registry: ${{ env.REGISTRY }} |
320 | 320 | username: ${{ github.repository_owner }} |
|