mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:04:02 +00:00
376 B
376 B
Internal development notes
Updating the docker image used by the GH action
- Login in to Docker Hub:
docker login -u archtechx -p - Build the image (probably shut down docker-compose containers first):
docker-compose build --no-cache - Tag a new image:
docker tag tenancy_test archtechx/tenancy:latest - Push the image:
docker push archtechx/tenancy:latest