Skip to content

Commit cf6592e

Browse files
author
Omar Mohamed
committed
fix(ci.yml): update Dockerfile path to match project structure
1 parent 1ed455a commit cf6592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: startsWith(github.ref, 'refs/tags/')
8888
with:
8989
context: ./src
90-
file: ./Dockerfile
90+
file: ./src/Dockerfile
9191
push: true
9292
tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.ref_name }}
9393
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)