fix(docker): repair build
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m5s
This commit is contained in:
@@ -26,5 +26,5 @@ jobs:
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build -t git.pihkaal.me/pihkaal/pihkaal-me:latest .
|
||||
docker push git.pihkaal.me/pihkaal/pihkaal-me:latest
|
||||
docker build --target dev -t git.pihkaal.me/pihkaal/pihkaal-me:dev .
|
||||
docker push git.pihkaal.me/pihkaal/pihkaal-me:dev
|
||||
|
||||
Reference in New Issue
Block a user