Stop using entrypoints and remove entrypoint-based ci job
This commit is contained in:
parent
ebc9001aa1
commit
bbcc451f65
2 changed files with 1 additions and 14 deletions
|
@ -97,8 +97,6 @@ docker-build:
|
|||
fi
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
||||
- docker build --pull --target cron -t "$CI_REGISTRY_IMAGE:cron-$CI_COMMIT_BRANCH" .
|
||||
- docker push "$CI_REGISTRY_IMAGE:cron-$CI_COMMIT_BRANCH"
|
||||
# Run this job in a branch where a Dockerfile exists
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue