Commit c1fac1f 1 parent da9a03c commit c1fac1f Copy full SHA for c1fac1f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
uses : docker/setup-buildx-action@v2
50
50
51
51
- name : Log in to the Container registry
52
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
52
+ uses : docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
53
53
with :
54
54
registry : ${{ env.REGISTRY }}
55
55
username : ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
102
102
id-token : write
103
103
steps :
104
104
- name : Log in to the Container registry
105
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
105
+ uses : docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
106
106
with :
107
107
registry : ${{ env.REGISTRY }}
108
108
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- name : Log in to the Container registry
23
- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
23
+ uses : docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00
24
24
with :
25
25
registry : ghcr.io
26
26
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments