fix: add registry token to the workflow
Some checks failed
build image / build (push) Failing after 55s

This commit is contained in:
Bruno Carlin 2025-01-05 15:18:12 +01:00
parent 4b64569e18
commit e16fcaf98c
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -24,8 +24,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: code.bcarlin.net
username: ${{ github.actor }}
password: ${{ github.token }}
username: ${{ env.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build image
run: |