False package name
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Nikurasu 2023-04-11 14:19:19 +02:00
parent 435bf7d5c1
commit 71582971e6
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -7,10 +7,11 @@ pipeline:
image: docker:23-cli
privileged: true
commands:
- apk add git
- docker buildx build --no-cache -t dev.cat-enby.club/nikurasu/cobalt:latest -t dev.cat-enby.club/nikurasu/cobalt:$(date "+%Y-%m-%d") -f Dockerfile .
- docker login -u $USER -p $PASSWORD dev.cat-enby.club
- docker push dev.cat-enby.club/nikurasu/static-hoster:latest
- docker push dev.cat-enby.club/nikurasu/static-hoster:$(date "+%Y-%m-%d")
- docker push dev.cat-enby.club/nikurasu/cobalt:latest
- docker push dev.cat-enby.club/nikurasu/cobalt:$(date "+%Y-%m-%d")
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets: [ user, password ]