Update action.yml
This commit is contained in:
@@ -374,7 +374,8 @@ runs:
|
|||||||
# On forked actions, rebuild the docker image instead
|
# On forked actions, rebuild the docker image instead
|
||||||
else
|
else
|
||||||
echo "This is a forked version, rebuilding docker image from Dockerfile"
|
echo "This is a forked version, rebuilding docker image from Dockerfile"
|
||||||
docker build -t metrics:forked -f $METRICS_ACTION_PATH/Dockerfile .
|
cd $METRICS_ACTION_PATH
|
||||||
|
docker build -t metrics:forked .
|
||||||
docker run metrics:forked
|
docker run metrics:forked
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user