ci: fix MoneyMap Docker build context
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
- "MoneyMap/**"
|
||||
- "MoneyMap.Core/**"
|
||||
- "MoneyMap.Mcp/**"
|
||||
- "Dockerfile"
|
||||
- "MoneyMap/Dockerfile"
|
||||
- ".gitea/workflows/build-moneymap.yml"
|
||||
workflow_dispatch: {}
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.thecozycat.net -u "${{ gitea.actor }}" --password-stdin
|
||||
|
||||
- name: Build image
|
||||
run: docker build -f MoneyMap/Dockerfile -t git.thecozycat.net/${{ gitea.repository_owner }}/moneymap:latest -t git.thecozycat.net/${{ gitea.repository_owner }}/moneymap:${{ gitea.sha }} MoneyMap/
|
||||
run: docker build -f MoneyMap/Dockerfile -t git.thecozycat.net/${{ gitea.repository_owner }}/moneymap:latest -t git.thecozycat.net/${{ gitea.repository_owner }}/moneymap:${{ gitea.sha }} .
|
||||
|
||||
- name: Push image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user