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 604c50f commit 95d3871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Get image
id: image
run: |
EARTHFILE="${{ matrix.earthfile }}"
RESULT="${{ steps.run.outputs.result }}"
EARTHFILE='${{ matrix.earthfile }}'
RESULT='${{ steps.run.outputs.result }}'
IMAGE="$(echo "$RESULT" | jq -r ".images[\"$EARTHFILE\"]")"
if [[ "$IMAGE" == "null" ]]; then
Expand Down

0 comments on commit 95d3871

Please sign in to comment.