mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
fix: docker refactor (#31385)
This commit is contained in:
committed by
GitHub
parent
15ede02c25
commit
1f17b975d6
11
.github/workflows/ephemeral-env.yml
vendored
11
.github/workflows/ephemeral-env.yml
vendored
@@ -148,9 +148,20 @@ jobs:
|
||||
- name: Setup supersetbot
|
||||
uses: ./.github/actions/setup-supersetbot/
|
||||
|
||||
- name: Try to login to DockerHub
|
||||
if: steps.check.outputs.python || steps.check.outputs.frontend || steps.check.outputs.docker
|
||||
continue-on-error: true
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build ephemeral env image
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USER }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
run: |
|
||||
supersetbot docker \
|
||||
--preset ci \
|
||||
|
||||
Reference in New Issue
Block a user