From fcb2e13bf3d2459b8ae56c43b221382507cfb47f Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Sat, 21 Dec 2024 15:43:46 -0700 Subject: [PATCH] fix(Actions): attempts to fix the now broken actions --- .github/workflows/Actions.yaml | 2 +- docker-compose.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index a953ed5..58149f1 100644 --- a/.github/workflows/Actions.yaml +++ b/.github/workflows/Actions.yaml @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index 85f635e..c51f2c3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,6 +6,5 @@ services: - 8080:8000 volumes: - ./L - Logistics/Interviews:/Interviews - # build: . # networks: # - testnet \ No newline at end of file