Update action.yml

This commit is contained in:
linguist
2020-12-31 13:33:29 +01:00
parent 94dd6b38f4
commit 2966d0e058

View File

@@ -368,7 +368,7 @@ runs:
echo "Running on $METRICS_SOURCE/metrics@$METRICS_REF"
# If using official action, run docker image from GitHub registry
if [[ $METRICS_SOURCE == "lowlighter" ]]; then
if [[ $METRICS_SOURCE == "lowlighter-test-forks" ]]; then
echo "Running docker image from GitHub registry"
docker run ghcr.io/lowlighter/metrics:$METRICS_REF
# On forked actions, rebuild the docker image instead