revert gitlab ci to push to the pipeline ID

This commit is contained in:
Luke Robles 2022-05-21 20:20:46 -07:00
parent c7b4b93a3c
commit 85bcb0e9fb
2 changed files with 2 additions and 2 deletions

View File

@ -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/**/*

View File

@ -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