workflow fix

This commit is contained in:
Rik Berkelder 2025-12-12 02:23:37 +01:00
parent f4f591c5f1
commit d5022c4a5a

View file

@ -21,11 +21,8 @@ jobs:
lfs: 'true' lfs: 'true'
- name: Docker Login - name: Docker Login
uses: https://github.com/docker/login-action@v3 run: |
with: docker login -u riksolo -p ${{secrets.CONTAINER_REGISTRY_TOKEN}}
registry: git.riksolo.com
username: riksolo
password: ${{secrets.CONTAINER_REGISTRY_TOKEN}}
- name: Build and push main - name: Build and push main
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6