mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2026-06-03 21:00:26 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 29240b99ac | |||
| 4abe4fedcc | |||
| 5b12ed1ce4 | |||
| c6a0320563 | |||
| bca9b3e111 | |||
| cedacc5749 | |||
| b72f0518c2 | |||
| bc1ad95c75 | |||
| 7966871869 |
+3
-1
@@ -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"'
|
||||
Reference in New Issue
Block a user