diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7f3a3d1..a7bab4a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Behavior confirm shell: bash run: | - echo "Registry in env: ${{ REGISTRY }}" + echo "Registry in env: ${{ env.REGISTRY }}" - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: