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: # volumes:
# - /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
- name: build # - name: build
image: gcr.io/kaniko-project/executor:debug # image: gcr.io/kaniko-project/executor:debug
commands: # commands:
- /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true # - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true
environment: # environment:
DOCKER_CONFIG: /kaniko/.docker # DOCKER_CONFIG: /kaniko/.docker
- name: deploy - name: deploy
image: kubernetes/client:latest image: kubernetes/client:latest

View File

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