Skip to content

Commit

Permalink
Updates dockerhub
Browse files Browse the repository at this point in the history
Resolves apache#80
  • Loading branch information
NejcZdovc committed Apr 16, 2021
1 parent b9b4393 commit cbdbc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -6,7 +6,7 @@ on:

env:
DOCKER_TAG: |
superset-${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }}
${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }}
jobs:
deploy:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
push: true
build-args: |
NPM_BUILD_CMD=build
tags: blotoutlabs/blotout:${{ env.DOCKER_TAG }}
tags: blotout/superset:${{ env.DOCKER_TAG }}
- name: Comment
uses: NejcZdovc/comment-pr@v1
with:
Expand Down

0 comments on commit cbdbc5f

Please sign in to comment.