File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 with :
103103 skip-check : ' true'
104104 - name : Log in to the Container registry
105- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
105+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
106106 with :
107107 registry : ${{ env.REGISTRY }}
108108 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2525 - name : Checkout repository
2626 uses : actions/checkout@v6
2727 - name : Log in to the Container registry
28- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
28+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
2929 with :
3030 registry : ${{ env.REGISTRY }}
3131 username : ${{ github.actor }}
6767 - name : Checkout repository
6868 uses : actions/checkout@v6
6969 - name : Log in to the Container registry
70- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
70+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
7171 with :
7272 registry : ${{ env.REGISTRY }}
7373 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2424 - name : Checkout repository
2525 uses : actions/checkout@v6
2626 - name : Log in to the Container registry
27- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
27+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
2828 with :
2929 registry : ghcr.io
3030 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments