@@ -266,8 +266,6 @@ jobs:
266
266
uses : step-security/harden-runner@v2
267
267
with :
268
268
egress-policy : audit
269
- - name : Checkout
270
- uses : actions/checkout@v4
271
269
- name : Set up QEMU
272
270
uses : docker/setup-qemu-action@v3
273
271
- name : Set up Docker Buildx
@@ -289,8 +287,6 @@ jobs:
289
287
with :
290
288
cache-from : type=local,src=${{ env.BUILDX_CACHE_DIR }}
291
289
cache-to : type=local,dest=${{ env.BUILDX_CACHE_DIR }}
292
- context : .
293
- file : ./Dockerfile
294
290
labels : ${{ needs.prepare.outputs.labels }}
295
291
outputs : type=docker,dest=dist/image.tar
296
292
# Uncomment the following option if you are building an image for use
@@ -410,8 +406,6 @@ jobs:
410
406
password : ${{ secrets.GITHUB_TOKEN }}
411
407
registry : ghcr.io
412
408
username : ${{ github.actor }}
413
- - name : Checkout
414
- uses : actions/checkout@v4
415
409
- name : Set up QEMU
416
410
uses : docker/setup-qemu-action@v3
417
411
- name : Set up Docker Buildx
@@ -431,8 +425,6 @@ jobs:
431
425
with :
432
426
cache-from : type=local,src=${{ env.BUILDX_CACHE_DIR }}
433
427
cache-to : type=local,dest=${{ env.BUILDX_CACHE_DIR }}
434
- context : .
435
- file : ./Dockerfile
436
428
labels : ${{ needs.prepare.outputs.labels }}
437
429
platforms : |
438
430
linux/amd64
0 commit comments