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

This commit is contained in:
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