fix: add registry token to the workflow
All checks were successful
build image / build (push) Successful in 1m12s
All checks were successful
build image / build (push) Successful in 1m12s
This commit is contained in:
parent
4b64569e18
commit
d292afbec2
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: code.bcarlin.net
|
registry: code.bcarlin.net
|
||||||
username: ${{ github.actor }}
|
username: ${{ vars.REGISTRY_USER }}
|
||||||
password: ${{ github.token }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue