Try it
/ test (push) Failing after 1m34s
Details
/ test (push) Failing after 1m34s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
07694de7fb
commit
7921345fd9
|
@ -5,4 +5,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.11/img-linux-amd64" -o "/usr/local/bin/img" && chmod a+x "/usr/local/bin/img"
|
- run: curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.11/img-linux-amd64" -o "/usr/local/bin/img" && chmod a+x "/usr/local/bin/img"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: img build .
|
- run: img build . -t imartyn/usb-ipp:latest
|
||||||
|
|
Loading…
Reference in New Issue