From 4646f286b63396c03cda7c5b35f2c63c178d77ec Mon Sep 17 00:00:00 2001 From: darkicewolf50 Date: Sat, 21 Dec 2024 15:46:01 -0700 Subject: [PATCH] fix(Actions): attempts to fix the now broken actions --- .github/workflows/Actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index 58149f1..b7b550d 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 --no-cache --verbose + run: docker compose build --no-cache id: docker-build - name: Upload to Dockerhub