mirror of
https://github.com/UofCBaja/BajaCloud.git
synced 2025-06-15 05:04:17 -06:00
fix(Actions): attempts to fix the now broken actions
This commit is contained in:
parent
4646f286b6
commit
aae6fd635a
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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user