Skip to content

Commit

Permalink
fixing ci-booking
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed Jun 8, 2024
1 parent ceb866c commit 22e769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, 'pta-booking')
uses: docker/build-push-action@v4
with:
context: 'pta-booking'
context: '{{defaultContext}}:pta-booking'
file: 'src/main/docker/Dockerfile.jvm'
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 22e769b

Please sign in to comment.