mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
docker push --all-tags, refs #1281
This commit is contained in:
parent
af5a7f1c09
commit
13fd9bdf01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue