mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 13:14:17 -06:00
fix(Actions): attempts to fix the now broken actions
This commit is contained in:
parent
65d03bea15
commit
fcb2e13bf3
2
.github/workflows/Actions.yaml
vendored
2
.github/workflows/Actions.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
id: docker-login
|
id: docker-login
|
||||||
|
|
||||||
- name: build container image # build the container
|
- name: build container image # build the container
|
||||||
run: docker compose build
|
run: docker compose build --no-cache --verbose
|
||||||
id: docker-build
|
id: docker-build
|
||||||
|
|
||||||
- name: Upload to Dockerhub
|
- name: Upload to Dockerhub
|
||||||
|
@ -6,6 +6,5 @@ services:
|
|||||||
- 8080:8000
|
- 8080:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./L - Logistics/Interviews:/Interviews
|
- ./L - Logistics/Interviews:/Interviews
|
||||||
# build: .
|
|
||||||
# networks:
|
# networks:
|
||||||
# - testnet
|
# - testnet
|
Loading…
x
Reference in New Issue
Block a user