mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-14 12:44:18 -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
|
||||
|
||||
- name: build container image # build the container
|
||||
run: docker compose build
|
||||
run: docker compose build --no-cache --verbose
|
||||
id: docker-build
|
||||
|
||||
- name: Upload to Dockerhub
|
||||
|
@ -6,6 +6,5 @@ services:
|
||||
- 8080:8000
|
||||
volumes:
|
||||
- ./L - Logistics/Interviews:/Interviews
|
||||
# build: .
|
||||
# networks:
|
||||
# - testnet
|
Loading…
x
Reference in New Issue
Block a user