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:
dockerfilePath: ./Dockerfile
buildContext: .
tag: registry.jochum.dev/jochum/homepage:${CICD_GIT_TAG}
tag: registry.jochum.dev/jochum/homepage:${CICD_GIT_REF}
pushRemote: true
registry: registry.jochum.dev
- name: Deploy

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

Loading…
Cancel
Save