mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Remove double colon, refs #956
This commit is contained in:
parent
c36e287d71
commit
44cf424a94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -69,6 +69,6 @@ jobs:
|
|||
run: |-
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
export REPO=datasetteproject/datasette
|
||||
docker build -f Dockerfile -t $REPO::${GITHUB_REF#refs/tags/} .
|
||||
docker tag $REPO::${GITHUB_REF#refs/tags/} $REPO:latest
|
||||
docker build -f Dockerfile -t $REPO:${GITHUB_REF#refs/tags/} .
|
||||
docker tag $REPO:${GITHUB_REF#refs/tags/} $REPO:latest
|
||||
docker push $REPO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue