File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
token_format : " access_token"
40
40
- name : Login to Google Artifact Registry
41
41
if : github.ref == 'refs/heads/main'
42
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # ratchet:docker/login-action@v2
42
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # ratchet:docker/login-action@v2
43
43
with :
44
44
registry : ${{ env.REGISTRY }}
45
45
username : " oauth2accesstoken"
46
46
password : " ${{ steps.auth.outputs.access_token }}"
47
47
- name : Login to GitHub Packages Docker Registry for cache images
48
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # Use commit-sha1 instead of tag for security concerns
48
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # Use commit-sha1 instead of tag for security concerns
49
49
with :
50
50
registry : ghcr.io
51
51
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments