Skip to content

Commit

Permalink
update dashboard workflow (#211)
Browse files Browse the repository at this point in the history
* update dashboard workflow

* run on workflow_dispatch

* trigger on PR to dev for debugging

* update build push action

* update context && file

* remove trigger on PR

* remove workflow_dispatch trigger; remove tag instruction
  • Loading branch information
ruthenian8 authored Sep 25, 2023
1 parent 2ca0e4d commit d23c89a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}/superset_df_dashboard
flavor: |
latest=auto
tags: |
type=ref,event=branch
type=semver,event={{version}}
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and upload image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v4
with:
context: dff/utils/docker
file: dff/utils/docker/dockerfile_stats
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d23c89a

Please sign in to comment.