Enable docker socket
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikurasu 2023-04-05 20:17:42 +02:00
parent 98dfe5b372
commit d823ac6a57
No known key found for this signature in database

View file

@ -7,6 +7,8 @@ pipeline:
- docker login -u $USER -p $PASS dev.cat-enby.club
- docker buildx build --build-arg HOMETOWN_VERSION=$HOMETOWN_VERSION -t dev.cat.enby.club/nikurasu/hometown:latest -t dev.cat-enby.club/nikurasu/hometown:$HOMETOWN_VERSION -f ./Dockerfile .
- docker push dev.cat-enby.club/nikurasu/hometown:$HOMETOWN_VERSION
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# - docker push dev.cat-enby.club/nikurasu/hometown:latest
#when:
#branch: main