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

This commit is contained in:
darkicewolf50 2024-12-21 15:46:01 -07:00
parent fcb2e13bf3
commit 4646f286b6

View File

@ -60,7 +60,7 @@ jobs:
id: docker-login id: docker-login
- name: build container image # build the container - name: build container image # build the container
run: docker compose build --no-cache --verbose run: docker compose build --no-cache
id: docker-build id: docker-build
- name: Upload to Dockerhub - name: Upload to Dockerhub