Fix deploy script
All checks were successful
Backend Build and Test / build (push) Successful in 2m22s
All checks were successful
Backend Build and Test / build (push) Successful in 2m22s
This commit is contained in:
parent
1bbf6b99e3
commit
29a892f87e
@ -19,9 +19,9 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd backend
|
||||
docker build -t gitea.seeseepuff.be/seeseemelk/wolproxy:$(git rev-parse --short HEAD) .
|
||||
docker build -t gitea.seeseepuff.be/seeseemelk/allowance-planner:$(git rev-parse --short HEAD) .
|
||||
|
||||
- name: Push
|
||||
run: |
|
||||
cd backend
|
||||
docker push gitea.seeseepuff.be/seeseemelk/wolproxy:$(git rev-parse --short HEAD)
|
||||
docker push gitea.seeseepuff.be/seeseemelk/allowance-planner:$(git rev-parse --short HEAD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user