Skip to content

Commit

Permalink
provide path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Feb 20, 2024
1 parent ef9f7bb commit a067c34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Docker build
run: docker build -t ${{ env.DOCKER_URL }}/${{ env.DOCKER_REPOSITORY }}:${{ github.sha }} .
run: |
docker build \
-t ${{ env.DOCKER_URL }}/${{ env.DOCKER_REPOSITORY }}:${{ github.sha }} \
-f docker/Dockerfile \
.

0 comments on commit a067c34

Please sign in to comment.