Use ci_token
All checks were successful
Build and Push Docker Image / prepare (push) Successful in 1m1s
All checks were successful
Build and Push Docker Image / prepare (push) Successful in 1m1s
This commit is contained in:
parent
0e3af685d5
commit
96756f5d65
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
registry: git.unjx.de
|
registry: git.unjx.de
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ github.token }}
|
password: ${{ secrets.CI_TOKEN }}
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
@ -37,3 +37,5 @@ jobs:
|
||||||
V_GOLANG=${{ vars.V_GOLANG }}
|
V_GOLANG=${{ vars.V_GOLANG }}
|
||||||
V_NODE=${{ vars.V_NODE }}
|
V_NODE=${{ vars.V_NODE }}
|
||||||
V_ALPINE=${{ vars.V_ALPINE }}
|
V_ALPINE=${{ vars.V_ALPINE }}
|
||||||
|
secrets: |
|
||||||
|
GIT_AUTH_TOKEN=${{ secrets.CI_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue