From 604c50fda6f72698d68706a32861d19d8efc9c68 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Tue, 3 Sep 2024 19:17:20 -0400 Subject: [PATCH] wip: testing --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e60f587..ad79c73 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: run: | EARTHFILE="${{ matrix.earthfile }}" RESULT="${{ steps.run.outputs.result }}" - IMAGE="$(echo "$RESULT" | jq -r ".images[\"$INPUT\"]")" + IMAGE="$(echo "$RESULT" | jq -r ".images[\"$EARTHFILE\"]")" if [[ "$IMAGE" == "null" ]]; then echo "::error file=${EARTHFILE%+*}/Earthfile::No images produced. Cannot publish."