We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e72589 commit ff81189Copy full SHA for ff81189
.github/workflows/_prepare-docker.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v5
54
with:
55
context: tests/
56
- file: Dockerfile.ubuntu2004
+ file: tests/Dockerfile.ubuntu2004
57
# cache-from: type=gha
58
# cache-to: type=gha,mode=max
59
tags: tester-image_ubuntu2004:latest
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
- file: Dockerfile.archlinux
+ file: tests/Dockerfile.archlinux
85
86
87
tags: tester-image_archlinux:latest
0 commit comments