mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
chore: add latest-official docker tag (#25322)
This commit is contained in:
committed by
GitHub
parent
be82657940
commit
26498fc099
3
.github/workflows/docker-release.yml
vendored
3
.github/workflows/docker-release.yml
vendored
@@ -38,4 +38,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"
|
||||
|
||||
Reference in New Issue
Block a user