docker push --all-tags, refs #1281

This commit is contained in:
Simon Willison 2021-03-28 18:07:49 -07:00 committed by GitHub
commit 13fd9bdf01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,4 +73,4 @@ jobs:
-t $REPO:${GITHUB_REF#refs/tags/} \
--build-arg VERSION=${GITHUB_REF#refs/tags/} .
docker tag $REPO:${GITHUB_REF#refs/tags/} $REPO:latest
docker push $REPO
docker push --all-tags $REPO