Changing image across to the one build within GitLab

Changing image across to the one build within GitLab, also moved this across to a variable
This commit is contained in:
Alister
2021-11-04 21:11:58 +00:00
parent 7a362f8b30
commit f09b805b5e

View File

@@ -8,7 +8,7 @@
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: havric/noggit-red-build:latest
image: $CI_BUILD_IMAGE
build:
stage: build
@@ -23,10 +23,6 @@ build:
artifacts:
paths:
- build
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
# - "*.o"
only:
- web
allow_failure: false