Skip to content

Commit

Permalink
fix Dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
romnovi committed Jan 1, 2025
1 parent 2796978 commit 90ca8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
context: ./src
file: ./src/Dockerfile
push: true
tags: ghcr.io/mystdeim/github-runner:${{ github.run_number }}
build-args: |
Expand Down

0 comments on commit 90ca8c3

Please sign in to comment.