Remove intermediate hastebin:test tag, build directly to registry path
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2026-01-21 10:32:39 -05:00
parent 259c2fe731
commit 63de9cfd84
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 2 additions and 3 deletions

View File

@ -80,9 +80,8 @@ steps:
- echo "Building on $HOSTNAME"
- echo "$${DOCKER_REGISTRY_PASSWORD}" | docker login -u "$${DOCKER_REGISTRY_USER}" --password-stdin
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
- docker build -t hastebin:test --no-cache .
- docker tag hastebin:test git.nixc.us/hastebin:latest
- docker push git.nixc.us/hastebin:latest
- docker build -t git.nixc.us/nixius/hastebin:latest --no-cache .
- docker push git.nixc.us/nixius/hastebin:latest
when:
branch: main
event: [push, cron]