Skip to content

Commit

Permalink
fix(ci): Specify DOCKER_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 16, 2020
1 parent 4b16c26 commit 59bf390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=name/app
DOCKER_IMAGE=cubejs/cube
VERSION=noop
if [ "${{ github.event_name }}" = "schedule" ]; then
VERSION=nightly
Expand Down

0 comments on commit 59bf390

Please sign in to comment.