revert gitlab ci to push to the pipeline ID
This commit is contained in:
parent
c7b4b93a3c
commit
85bcb0e9fb
@ -38,7 +38,7 @@ build_and_push_container:
|
||||
- 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 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:
|
||||
- changes:
|
||||
- app/**/*
|
||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "149"
|
||||
tag: "151"
|
||||
repository: ldooks/dragon-bot
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user