Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
specify the path to Dockerfile so the image can be created
Browse files Browse the repository at this point in the history
  • Loading branch information
MEZ901 committed Mar 25, 2024
1 parent 2e3cc7c commit f8d354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Build and Push Docker image
run: |
docker build -t ${{ secrets.DOCKER_USERNAME }}/auth-fr-edition:latest .
docker build -t ${{ secrets.DOCKER_USERNAME }}/auth-fr-edition:latest -f docker/Dockerfile .
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_HUB_TOKEN }}
docker push ${{ secrets.DOCKER_USERNAME }}/auth-fr-edition:latest
Expand Down

0 comments on commit f8d354b

Please sign in to comment.