diff --git a/action.yaml b/action.yaml index 1a7b465..7cf40a1 100644 --- a/action.yaml +++ b/action.yaml @@ -52,6 +52,7 @@ runs: uses: actions/checkout@v4.2.2 - name: Setup env run: | + echo "$GITHUB_REPOSITORY" echo "GITEA_REPO=${GITHUB_REPOSITORY}" | \ tr '[:upper:]' '[:lower:]' >> $GITHUB_ENV - name: Setup docker qemu @@ -78,7 +79,7 @@ runs: env: NODE_OPTIONS: --use-openssl-ca with: - context: workflow + context: git images: | ${{ inputs.push-registry }}/${{ env.GITEA_REPO }} tags: |