File tree Expand file tree Collapse file tree 4 files changed +590
-279
lines changed
Expand file tree Collapse file tree 4 files changed +590
-279
lines changed Original file line number Diff line number Diff line change @@ -21,22 +21,22 @@ jobs:
2121 echo ::set-output name=tag::${GITHUB_REF_STRIPPED}
2222 - uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
2323 - name : Cache Docker layers
24- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
24+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
2525 with :
2626 path : /tmp/.buildx-cache
2727 key : ${{ runner.os }}-buildx-${{ github.sha }}
2828 restore-keys : |
2929 ${{ runner.os }}-buildx-
3030 -
3131 name : Login to GitHub Container Registry
32- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
32+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.actor }}
3636 password : ${{ secrets.GITHUB_TOKEN }}
3737 -
3838 name : Build and push
39- uses : docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3 .0
39+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
4040 with :
4141 push : true
4242 tags : ghcr.io/lunnova/no-more-mr-dice-guy:${{ steps.tagvars.outputs.tag }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19- - uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0 .0
19+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
2020 with :
2121 path : |
2222 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments