File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Set up QEMU
11- uses : docker/setup-qemu-action@v3
11+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
1212
1313 - name : Set up Buildx
14- uses : docker/setup-buildx-action@v3
14+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
1515 - name : Login to GitHub Container Registry
1616
17- uses : docker/login-action@v3
17+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
1818 with :
1919 registry : ghcr.io
2020 username : ${{ github.actor }}
2121 password : ${{ secrets.GITHUB_TOKEN }}
2222
2323 - name : Docker meta
2424 id : meta
25- uses : docker/metadata-action@v5
25+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
2626 with :
2727 images : |
2828 ghcr.io/clevyr/cloudflare-borgmatic
3333
3434 - name : Build and Push
3535 id : docker_build
36- uses : docker/build-push-action@v6
36+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
3737 with :
3838 pull : true
3939 push : ${{ github.ref_name == 'main' }}
You can’t perform that action at this time.
0 commit comments