Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 3, 2024
1 parent 9d6e5f8 commit 604c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 604c50f

Please sign in to comment.