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 02df616 commit ceb866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-booking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, 'pta-booking')
uses: docker/build-push-action@v4
with:
context: .
file: 'pta-booking/src/main/docker/Dockerfile.jvm-ci'
context: 'pta-booking'
file: 'src/main/docker/Dockerfile.jvm'
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
98 changes: 0 additions & 98 deletions pta-booking/src/main/docker/Dockerfile.jvm-ci

This file was deleted.

0 comments on commit ceb866c

Please sign in to comment.