Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 1d5d57c

Browse files
authored
Fix integration tests (#1497)
This aims to fix IT, which could run against incorrect Docker image
1 parent a13ad27 commit 1d5d57c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-quesma-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
uses: docker/build-push-action@v6
6565
if: ${{ !inputs.PUSH }}
6666
with:
67+
context: .
6768
tags: |
6869
quesma/quesma:${{ inputs.VERSION }}
6970
quesma/quesma:nightly
@@ -79,6 +80,7 @@ jobs:
7980
uses: docker/build-push-action@v6
8081
if: ${{ inputs.PUSH }}
8182
with:
83+
context: .
8284
tags: |
8385
quesma/quesma:${{ inputs.VERSION }}
8486
quesma/quesma:nightly

0 commit comments

Comments
 (0)