mirror of
https://github.com/Octops/quake-kube.git
synced 2026-07-16 16:24:43 +00:00
Update push-image.yaml
This commit is contained in:
2
.github/workflows/push-image.yaml
vendored
2
.github/workflows/push-image.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=${GITHUB_REPOSITORY}
|
DOCKER_IMAGE=criticalstack/quake
|
||||||
VERSION=noop
|
VERSION=noop
|
||||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||||
VERSION=nightly
|
VERSION=nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user