diff --git a/.github/workflows/push-image.yaml b/.github/workflows/push-image.yaml index fd0a1e2..e41eb7f 100644 --- a/.github/workflows/push-image.yaml +++ b/.github/workflows/push-image.yaml @@ -18,7 +18,7 @@ jobs: - name: Prepare id: prep run: | - DOCKER_IMAGE=${GITHUB_REPOSITORY} + DOCKER_IMAGE=criticalstack/quake VERSION=noop if [ "${{ github.event_name }}" = "schedule" ]; then VERSION=nightly