fix(Actions): added for stupid github

This commit is contained in:
darkicewolf50 2024-12-21 15:22:31 -07:00
parent f7ca1d810f
commit bdf23f34f6
3 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
.git
__pycache__
*.pyc
.env

View File

@ -63,8 +63,8 @@ jobs:
run: docker compose build
id: docker-build
- name: tag container image
run: docker tag darkicewolf50/uofcbajacloud:latest darkicewolf50/uofcbajacloud:latest
- name: tag container image # needed to rename form stupid default name that github gives it
run: docker tag docker.io/library/interview-backend-bajacloud darkicewolf50/uofcbajacloud:latest
- name: Upload to Dockerhub
run: docker push darkicewolf50/uofcbajacloud:latest

View File

@ -1,6 +1,6 @@
services:
bajacloud:
container_name: bajacloud
container_name: darkicewolf50/uofcbajacloud:latest
ports:
- 8080:8000
volumes: