diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index 28a188c..0c3700d 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -8,7 +8,8 @@ on: branches: [ main, develop ] env: - REGISTRY: https://gittea.kammenstraatha.duckdns.org + REGISTRY: gittea.kammenstraatha.duckdns.org + REGISTRY_URL: https://gittea.kammenstraatha.duckdns.org IMAGE_PREFIX: labfusion jobs: @@ -25,7 +26,7 @@ jobs: - name: Login to Container Registry uses: docker/login-action@v3 with: - registry: ${{ env.REGISTRY }} + registry: ${{ env.REGISTRY_URL }} username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }}