Skip to content

Commit ff81189

Browse files
committed
fix docker build path
1 parent 5e72589 commit ff81189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_prepare-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v5
5454
with:
5555
context: tests/
56-
file: Dockerfile.ubuntu2004
56+
file: tests/Dockerfile.ubuntu2004
5757
# cache-from: type=gha
5858
# cache-to: type=gha,mode=max
5959
tags: tester-image_ubuntu2004:latest
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/build-push-action@v5
8282
with:
8383
context: tests/
84-
file: Dockerfile.archlinux
84+
file: tests/Dockerfile.archlinux
8585
# cache-from: type=gha
8686
# cache-to: type=gha,mode=max
8787
tags: tester-image_archlinux:latest

0 commit comments

Comments
 (0)