diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b84083586..6d903b058 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: Store list of ghcr images id: ghcr-images run: | - output=$(./scripts/images-digest.sh ${{ env.TAG }} ${{ env.REGISTRY }}) + output=$(./scripts/image-digest.sh ${{ env.TAG }} ${{ env.REGISTRY }}) echo "ghcr-images=$result" >> "$GITHUB_OUTPUT" ghcr-sign: runs-on: ubuntu-latest