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

This commit is contained in:
darkicewolf50 2024-12-21 15:47:00 -07:00
parent 4646f286b6
commit aae6fd635a

View File

@ -62,6 +62,9 @@ jobs:
- name: build container image # build the container
run: docker compose build --no-cache
id: docker-build
- name: check image names
run: docker image ls
- name: Upload to Dockerhub
run: docker push darkicewolf50/uofcbajacloud:latest