Update docker-image.yml
This commit is contained in:
parent
bb6f034d79
commit
ea865dbd8a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
|
@ -29,3 +29,4 @@ jobs:
|
|||
docker tag $IMAGE_NAME:latest $IMAGE_ID:latest
|
||||
docker push $IMAGE_ID:latest
|
||||
docker tag $IMAGE_ID:latest $IMAGE_ID:$TAG
|
||||
docker push $IMAGE_ID:$TAG
|
||||
|
|
Loading…
Reference in a new issue