Tag v1.0.3

v1.0.3
René Jochum 5 years ago
parent 19c35576b0
commit 3164fced0f
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

@ -4,7 +4,7 @@ stages:
- publishImageConfig: - publishImageConfig:
dockerfilePath: ./Dockerfile dockerfilePath: ./Dockerfile
buildContext: . buildContext: .
tag: registry.wmk8s.com/rene.jochums.at/homepage:latest tag: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.3
pushRemote: true pushRemote: true
registry: registry.wmk8s.com registry: registry.wmk8s.com
- name: Deploy - name: Deploy

@ -27,7 +27,7 @@ items:
container: nginx container: nginx
spec: spec:
containers: containers:
- image: registry.wmk8s.com/rene.jochums.at/homepage:latest - image: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.3
imagePullPolicy: Always imagePullPolicy: Always
name: nginx name: nginx
resources: {} resources: {}

Loading…
Cancel
Save