diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index bb632b2..41565aa 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -34,7 +34,7 @@ jobs: - name: Login to Registry uses: docker/login-action@v3 with: - registry: git.beyondcx.org + registry: ${{ secrets.REGISTRY_URL }} username: ${{ secrets.REGISTRY_USER }} password: ${{ secrets.REGISTRY_PWD }}