Pass secret to push image
Some checks failed
Build and Push Docker Image / prepare (push) Failing after 59s
Some checks failed
Build and Push Docker Image / prepare (push) Failing after 59s
This commit is contained in:
parent
d905cce539
commit
3d84533342
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@ jobs:
|
|||
V_GOLANG=${{ vars.V_GOLANG }}
|
||||
V_NODE=${{ vars.V_NODE }}
|
||||
V_ALPINE=${{ vars.V_ALPINE }}
|
||||
secrets: |
|
||||
GIT_AUTH_TOKEN=${{ secrets.token }}
|
||||
|
|
Loading…
Reference in a new issue