mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Explicitly push version tag, refs #1281
This commit is contained in:
parent
8291065b13
commit
0486303b60
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -73,4 +73,5 @@ 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 --all-tags $REPO
|
||||
docker push $REPO:${VERSION_TAG}
|
||||
docker push $REPO:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue