chore: add latest-official docker tag (#25322)

This commit is contained in:
Elizabeth Thompson
2023-10-18 16:59:30 -07:00
parent fedcd24d87
commit 62613a875d
7 changed files with 353 additions and 41 deletions

View File

@@ -19,4 +19,5 @@ jobs:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
run: |
.github/workflows/docker_build_push.sh
GITHUB_RELEASE_TAG_NAME="${{ github.event.release.tag_name }}"
./scripts/docker_build_push.sh "$GITHUB_RELEASE_TAG_NAME"