Skip to content

OZ-429: Upgrade the base Superset image to 4.0.0 (#2) #9

OZ-429: Upgrade the base Superset image to 4.0.0 (#2)

OZ-429: Upgrade the base Superset image to 4.0.0 (#2) #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
release:
types: [published]
jobs:
docker-release:
uses: mekomsolutions/shared-github-workflow/.github/workflows/docker-build-publish.yml@main
with:
download-artifacts: false
image-name: "superset-pro"
image-version: "dev"
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}