File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ jobs:
2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v4
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828 with :
2929 persist-credentials : false
3030
3131 - name : Log in to the Container registry
32- uses : docker/login-action@v3
32+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
3333 with :
3434 registry : ${{ env.REGISTRY }}
3535 username : ${{ github.actor }}
3636 password : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Extract metadata for Docker
3939 id : meta
40- uses : docker/metadata-action@v5
40+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
4141 with :
4242 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343 tags : |
4444 type=raw,value=latest${{ matrix.variant.suffix }}
4545 type=raw,value={{date 'YYYYMMDD'}}${{ matrix.variant.suffix }}
4646
4747 - name : Build and push image
48- uses : docker/build-push-action@v5
48+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
4949 with :
5050 context : .
5151 file : ./${{ matrix.variant.file }}
You can’t perform that action at this time.
0 commit comments