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