Skip to content

Commit e95c973

Browse files
changes
1 parent e5752ce commit e95c973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build Docker Image and optionally push
6161
uses: docker/build-push-action@v6
6262
with:
63-
context: .
63+
context: ./src
6464
file: ${{ inputs.dockerfile }}
6565
push: ${{ inputs.push }}
6666
cache-from: type=registry,ref=${{ inputs.registry }}/${{ inputs.app_name}}:${{ steps.determine_tag.outputs.tagname }}

.github/workflows/build-researchassistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
include:
2121
- app_name: byoaia-app
22-
dockerfile: src/WebApp.Dockerfile
22+
dockerfile: WebApp.Dockerfile
2323
password_secret: DOCKER_PASSWORD_RESEARCHASSISTANT
2424

2525
uses: ./.github/workflows/build-docker.yml

0 commit comments

Comments
 (0)