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

@ -63,6 +63,9 @@ jobs:
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
if: ${{ steps.docker-login.outcome == 'success' && steps.docker-build.outcome == 'success' }}