Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
5d0194264a try docker build
Some checks failed
CI / build-docker-image (pull_request) Failing after 1m42s
CI / build-and-test (pull_request) Failing after 2m37s
2025-12-29 17:21:37 +01:00

View File

@@ -50,7 +50,7 @@ jobs:
- name: Log in to registry - name: Log in to registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ vars.INSTANCE_URL }} registry: ${{ github.server_url }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }} password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}