更新 .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-10 09:00:02 +08:00
parent 98d68c9dd7
commit 83c344aea8

View File

@ -40,7 +40,7 @@ steps:
path: /place-goose
commands:
- mv /place-goose/goose ./goose-bin
- mv /place-goose/goose /drone/src/goose-bin
- echo "$PASSWORD" | docker login -u "$USERNAME" --password-stdin "$DOCKER_REGISTRY"
- docker build -t "$DOCKER_REGISTRY/$DOCKER_ORGANIZATION/$DOCKER_APPLICATION:$DRONE_BUILD_NUMBER" .
- docker build -t "$DOCKER_REGISTRY/$DOCKER_ORGANIZATION/$DOCKER_APPLICATION:latest" .