Skip to content

Commit 03b9cb5

Browse files
committed
ci: fix dockerfile location
1 parent 3a4ecc6 commit 03b9cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/[email protected]
3232
with:
3333
context: .
34-
file: docker/Dockerfile
34+
file: Dockerfile
3535
push: true
3636
tags: ${{ steps.meta.outputs.tags }}
3737
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)