mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-06-15 13:24:19 -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
@ -62,6 +62,9 @@ jobs:
|
|||||||
- name: build container image # build the container
|
- name: build container image # build the container
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user