fix(ci): Use variable for docker registry
Docker Image CI / test (push) Successful in 1m4s
Tests / unit (push) Successful in 1m0s
Tests / integration (push) Successful in 1m35s
Docker Image CI / deploy (push) Failing after 4s

This commit is contained in:
2026-08-23 04:05:20 +02:00
parent 01d1e5fb60
commit cc444fc444
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
id-token: write
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
REGISTRY: ${{ vars.REGISTRY }}
IMAGE_NAME: ${{ github.repository }}
if: github.ref == 'refs/heads/main'
steps: