Skip to content

Commit

Permalink
fix: docker file path
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuxLucax committed Feb 28, 2024
1 parent d340ccb commit 04bb7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04bb7b0

Please sign in to comment.