mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Hopeful fix for publish problem in #1396
This commit is contained in:
parent
084cfe1e00
commit
721a8d3cd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -115,5 +115,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 $REPO:${VERSION_TAG}
|
||||
docker push $REPO:${GITHUB_REF#refs/tags/}
|
||||
docker push $REPO:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue