fix(Actions): attempts to fix the now broken actions

This commit is contained in:
darkicewolf50 2024-12-21 15:43:46 -07:00
parent 65d03bea15
commit fcb2e13bf3
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -6,6 +6,5 @@ services:
- 8080:8000
volumes:
- ./L - Logistics/Interviews:/Interviews
# build: .
# networks:
# - testnet