fix (Actions):removed . to try to fix

This commit is contained in:
darkicewolf50 2024-12-21 15:10:15 -07:00
parent 9a69d1b50b
commit 354b840f24

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 . run: docker compose build
id: docker-build id: docker-build
- name: Upload to Dockerhub - name: Upload to Dockerhub