regestry cred update
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Scott Hatlen
2025-10-17 23:39:53 -07:00
parent 8cbcdc546e
commit 2daff3a381

View File

@@ -7,6 +7,8 @@ steps:
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:
DOCKER_CONFIG: /root/.docker
- name: deploy - name: deploy
image: bitnami/kubectl:latest image: bitnami/kubectl:latest