calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Reuse docker-build-push action to push multiple images #298

Closed krumware closed 10 months ago

krumware commented 10 months ago

This reuses the docker-build-push action for the push step. Ideally this will not rebuild and will simply push. Ref: https://docs.docker.com/build/ci/github-actions/test-before-push/

This also moves the docker compose cleanup to prior to the final push step