Publish master builds

Signed-off-by: René Jochum <rene@jochum.dev>
master
René Jochum 4 years ago
parent 17f4b3790f
commit 8946628178

@ -4,7 +4,7 @@ stages:
- publishImageConfig: - publishImageConfig:
dockerfilePath: ./Dockerfile dockerfilePath: ./Dockerfile
buildContext: . buildContext: .
tag: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG} tag: registry.jochum.dev/jochum/homepage:${CICD_GIT_REF}
pushRemote: true pushRemote: true
registry: registry.jochum.dev registry: registry.jochum.dev
- name: Deploy - name: Deploy

@ -24,7 +24,7 @@ items:
container: nginx container: nginx
spec: spec:
containers: containers:
- image: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG} - image: registry.jochum.dev/jochum/homepage:${CICD_GIT_REF}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: nginx name: nginx
resources: {} resources: {}

Loading…
Cancel
Save