mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Hopeful fix for Docker tag error, refs #1281
This commit is contained in:
parent
849c4f06ea
commit
8291065b13
1 changed files with 1 additions and 2 deletions
3
.github/workflows/push_docker_tag.yml
vendored
3
.github/workflows/push_docker_tag.yml
vendored
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue