File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
uses : docker/login-action@v1
160
160
with :
161
161
registry : docker.pkg.github.com
162
- username : ${{ secret .CR_PAT_PKG_USER }}
162
+ username : ${{ secrets .CR_PAT_PKG_USER }}
163
163
password : ${{ secrets.CR_PAT_PKG }}
164
164
- name : Build and push GitHub Packages
165
165
if : github.event_name == 'release'
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
uses : docker/login-action@v1
167
167
with :
168
168
registry : docker.pkg.github.com
169
- username : ${{ github .CR_PAT_PKG_USER }}
169
+ username : ${{ secrets .CR_PAT_PKG_USER }}
170
170
password : ${{ secrets.CR_PAT_PKG }}
171
171
- name : Build and push GitHub Packages
172
172
if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments