diff --git a/.github/workflows/quarkus.yml b/.github/workflows/quarkus.yml index ef5a125..77a60c1 100644 --- a/.github/workflows/quarkus.yml +++ b/.github/workflows/quarkus.yml @@ -33,6 +33,6 @@ jobs: uses: docker/build-push-action@v5 with: context: "{{defaultContext}}:kotlin" - file: ./Dockerfile.native-micro + file: {context}/src/main/docker/Dockerfile.native-micro push: true tags: mateuxlucax/rinha-de-backend-2024-q1:quarkus \ No newline at end of file