Update .woodpecker.yml

This commit is contained in:
colin 2024-01-29 19:45:22 +00:00
parent e4fcff4cf2
commit 66e1f96f39
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ steps:
commands:
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
- docker stack deploy --with-registry-auth -c ./stack.production.yml $${CI_REPO_NAME}
- docker image rm git.nixc.us/colin/$${CI_REPO_NAME}:production
# - docker image rm git.nixc.us/colin/$${CI_REPO_NAME}:production
when:
branch: main
event: [push, cron]