1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

try again

This commit is contained in:
Anson Biggs 2023-04-07 14:43:43 -06:00
parent 5b12ed1ce4
commit 4abe4fedcc

View File

@ -19,7 +19,7 @@ build:master:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
build:master:
build:branch:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
@ -30,3 +30,5 @@ build:master:
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_BRANCH}"
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"'