mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-07-30 14:50:55 -06:00
fix(Actions): attempts to fix the now broken actions
This commit is contained in:
3
.github/workflows/Actions.yaml
vendored
3
.github/workflows/Actions.yaml
vendored
@ -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' }}
|
||||
|
Reference in New Issue
Block a user