mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 03:07:16 -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
|
run: docker compose build --no-cache
|
||||||
id: docker-build
|
id: docker-build
|
||||||
|
|
||||||
|
- name: check image names
|
||||||
|
run: docker image ls
|
||||||
|
|
||||||
- name: Upload to Dockerhub
|
- name: Upload to Dockerhub
|
||||||
run: docker push darkicewolf50/uofcbajacloud:latest
|
run: docker push darkicewolf50/uofcbajacloud:latest
|
||||||
if: ${{ steps.docker-login.outcome == 'success' && steps.docker-build.outcome == 'success' }}
|
if: ${{ steps.docker-login.outcome == 'success' && steps.docker-build.outcome == 'success' }}
|
||||||
|
Reference in New Issue
Block a user