Skip to content

Commit 22e769b

Browse files
committed
fixing ci-booking
1 parent ceb866c commit 22e769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-booking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, 'pta-booking')
6363
uses: docker/build-push-action@v4
6464
with:
65-
context: 'pta-booking'
65+
context: '{{defaultContext}}:pta-booking'
6666
file: 'src/main/docker/Dockerfile.jvm'
6767
push: true
6868
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)