Skip to content

Commit

Permalink
ci: fix dockerfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed Aug 22, 2023
1 parent 025776c commit a11e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build Docker image
run: docker build . -f dockerfile -t gabrielleeg1/rinha:latest
run: docker build . -f Dockerfile -t gabrielleeg1/rinha:latest

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit a11e5d5

Please sign in to comment.