Hopeful fix for Docker tag error, refs #1281

This commit is contained in:
Simon Willison 2021-03-28 18:39:02 -07:00
commit 8291065b13

View file

@ -22,5 +22,4 @@ jobs:
docker build -f Dockerfile \
-t $REPO:${VERSION_TAG} \
--build-arg VERSION=${VERSION_TAG} .
docker tag $REPO:${VERSION_TAG}
docker push $REPO
docker push $REPO:${VERSION_TAG}