We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92337a commit 09862acCopy full SHA for 09862ac
.github/workflows/base-image.yaml
@@ -30,6 +30,8 @@ jobs:
30
persist-credentials: false
31
32
- name: Registry login
33
+ env:
34
+ DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
35
run: |
36
echo $DOCKER_TOKEN | docker login --username danielflook --password-stdin
37
0 commit comments