File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,23 +18,25 @@ jobs:
1818 packages : write
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
22+ with :
23+ persist-credentials : false
2224
2325 - name : Log in to the Container registry
24- uses : docker/login-action@v3
26+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2527 with :
2628 registry : ${{ env.REGISTRY }}
2729 username : ${{ github.actor }}
2830 password : ${{ secrets.GITHUB_TOKEN }}
2931
3032 - name : Extract metadata (tags, labels) for Docker
3133 id : meta
32- uses : docker/metadata-action@v5
34+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
3335 with :
3436 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3537
3638 - name : Build and push Docker image
37- uses : docker/build-push-action@v6
39+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
3840 with :
3941 push : true
4042 tags : ${{ steps.meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments