revert gitlab ci to push to the pipeline ID
This commit is contained in:
parent
97a8787fcc
commit
551bbf1176
@ -38,7 +38,7 @@ build_and_push_container:
|
|||||||
- while ! nc -z localhost 2375; do sleep 0.1; done # Wait until docker socket is available
|
- while ! nc -z localhost 2375; do sleep 0.1; done # Wait until docker socket is available
|
||||||
- docker login -u ldooks -p $DOCKER_ACCESS_TOKEN
|
- docker login -u ldooks -p $DOCKER_ACCESS_TOKEN
|
||||||
- docker build -t ldooks/dragon-bot:$CI_PIPELINE_IID -t ldooks/dragon-bot:latest .
|
- docker build -t ldooks/dragon-bot:$CI_PIPELINE_IID -t ldooks/dragon-bot:latest .
|
||||||
- docker push ldooks/dragon-bot -a
|
- docker push ldooks/dragon-bot:$CI_PIPELINE_IID
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- app/**/*
|
- app/**/*
|
||||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "149"
|
tag: "151"
|
||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user