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
|
||||
with:
|
||||
registry: code.bcarlin.net
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
username: ${{ vars.REGISTRY_USER }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue