Tag stable versions with the version number on Docker (#1550)

Fixes #1546
This commit is contained in:
gitgiggety
2021-07-13 01:59:09 +02:00
committed by GitHub
parent 9591faf3d4
commit aecab2d131
2 changed files with 9 additions and 3 deletions

View File

@@ -182,4 +182,4 @@ jobs:
docker buildx create --name builder --use
docker buildx inspect --bootstrap
docker buildx ls
bash ./docker/ci/x86_64/docker_push.sh latest
bash ./docker/ci/x86_64/docker_push.sh latest "${{ github.event.release.tag_name }}"