File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717 uses : docker/setup-buildx-action@v2 # Updated to v2 for Node 16 compatibility
1818 - name : Checkout
1919 uses : actions/checkout@v3 # Updated to v3 for Node 16 compatibility
20+ with :
21+ fetch-depth : 0
2022 - name : Login to DockerHub
2123 uses : docker/login-action@v2 # Updated to v2 for Node 16 compatibility
2224 with :
2830 context : .
2931 push : true
3032 tags : 0xfab1/0xfab1.net:latest
33+ no-cache : true
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@v3
19+ with :
20+ fetch-depth : 0
1921
2022 - name : Set up QEMU
2123 uses : docker/setup-qemu-action@v2
4345 push : ${{ github.event_name != 'pull_request' }}
4446 tags : ${{ steps.meta.outputs.tags }}
4547 labels : ${{ steps.meta.outputs.labels }}
48+ no-cache : true
You can’t perform that action at this time.
0 commit comments