use harbor and just deloy
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Scott Hatlen
2025-10-09 01:45:06 -07:00
parent 6ca699c320
commit de9a5cd3bb
2 changed files with 7 additions and 7 deletions

View File

@@ -46,12 +46,12 @@ steps:
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
- name: build
image: gcr.io/kaniko-project/executor:debug
commands:
- /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true
environment:
DOCKER_CONFIG: /kaniko/.docker
# - name: build
# image: gcr.io/kaniko-project/executor:debug
# commands:
# - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true
# environment:
# DOCKER_CONFIG: /kaniko/.docker
- name: deploy
image: kubernetes/client:latest

View File

@@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: blog
image: scottyah/blog:latest
image: harbor.scottyah.com/scottyah/blog:latest
imagePullPolicy: Always
ports:
- containerPort: 80