Skip to content

Commit

Permalink
Update Dockerfile path in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored Mar 20, 2024
1 parent bb99907 commit bc938fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
Dockerfile: Documentation/Build/Dockerfile
file: Documentation/Build/Dockerfile
push: true
tags: ${{ env.IMAGE_BASE_TAG }}:latest

0 comments on commit bc938fa

Please sign in to comment.