mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-14 04:34:17 -06:00
fix(Actions): added for stupid github
This commit is contained in:
parent
f7ca1d810f
commit
bdf23f34f6
@ -0,0 +1,4 @@
|
||||
.git
|
||||
__pycache__
|
||||
*.pyc
|
||||
.env
|
4
.github/workflows/Actions.yaml
vendored
4
.github/workflows/Actions.yaml
vendored
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
services:
|
||||
bajacloud:
|
||||
container_name: bajacloud
|
||||
container_name: darkicewolf50/uofcbajacloud:latest
|
||||
ports:
|
||||
- 8080:8000
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user