File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 id : version
2828 - name : Checkout
2929 uses : actions/checkout@v6
30+ with :
31+ persist-credentials : false
3032 - name : Set up QEMU
3133 uses : docker/setup-qemu-action@v3
3234 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout
2525 uses : actions/checkout@v6
26+ with :
27+ persist-credentials : false
2628 - name : Set up Docker Buildx
2729 uses : docker/setup-buildx-action@v3
2830 - name : Build Dockerfile
4648 steps :
4749 - name : Checkout
4850 uses : actions/checkout@v6
51+ with :
52+ persist-credentials : false
4953 - name : Set up Docker Buildx
5054 uses : docker/setup-buildx-action@v3
5155 - name : Build Dockerfile
7276 steps :
7377 - name : Checkout
7478 uses : actions/checkout@v6
79+ with :
80+ persist-credentials : false
7581 - name : Set up Docker Buildx
7682 uses : docker/setup-buildx-action@v3
7783 - name : Build Dockerfile
You can’t perform that action at this time.
0 commit comments