Skip to content

Commit

Permalink
fix: update Docker build context and Dockerfile path in GitHub Action…
Browse files Browse the repository at this point in the history
…s workflow
  • Loading branch information
antosubash committed Nov 2, 2024
1 parent 2b628b4 commit ada7e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
- name: Docker Build and Push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
context: ./src
file: ./src/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
Expand Down

0 comments on commit ada7e57

Please sign in to comment.