fix(docker): repair build
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m46s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m46s
This commit is contained in:
@@ -24,6 +24,12 @@ jobs:
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Debug build
|
||||
run: |
|
||||
docker build --target build -t debug-build .
|
||||
docker run --rm debug-build ls -la /app/app/composables/useAssets.ts
|
||||
docker run --rm debug-build cat /app/app/composables/useAssets.ts | head -30
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build -t git.pihkaal.me/pihkaal/pihkaal-me:latest .
|
||||
|
||||
Reference in New Issue
Block a user