test avec woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
François Pelletier 2024-02-03 23:59:18 -05:00
parent 693023e6f8
commit a28c38a2dc

View file

@ -8,3 +8,5 @@ steps:
- docker tag $TAG $${DOCKERHUB_USERNAME}/point-median-backend:latest
- docker push $${DOCKERHUB_USERNAME}/point-median-backend:latest
secrets: [ dockerhub_username, dockerhub_password ]
volumes:
- /var/run/docker.sock:/var/run/docker.sock