Skip to content

Commit

Permalink
ci(pytest): quote ci-development fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 22, 2023
1 parent afc3188 commit 0b5c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
done
# Cache backend build (fallback to ci-development tag)
image_tag=${{ needs.backend-test-build.outputs.image_tag || ci-development }}
image_tag=${{ needs.backend-test-build.outputs.image_tag || 'ci-development' }}
image="ghcr.io/${{ github.repository }}/backend:${image_tag}"
pull_and_package_image "$image"
echo "API_TAG_OVERRIDE=${image_tag}" >> $GITHUB_ENV
Expand Down

0 comments on commit 0b5c008

Please sign in to comment.