File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 container :
16- image : ghcr.io/tillitis/tkey-builder:4
16+ image : ghcr.io/tillitis/tkey-builder:5rc2
1717 steps :
1818 - name : checkout
1919 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88 BUILD_CGO_ENABLED ?= 0
99endif
1010
11+ IMAGE =ghcr.io/tillitis/tkey-builder:5rc2
12+
1113.PHONY : all
1214all : tkey-ssh-agent
1315
@@ -45,7 +47,7 @@ reload-rules:
4547
4648.PHONY : podman
4749podman :
48- podman run --rm --mount type=bind,source=$(CURDIR ) ,target=/src -w /src -it ghcr.io/tillitis/tkey-builder:4 make -j
50+ podman run --rm --mount type=bind,source=$(CURDIR ) ,target=/src -w /src -it $( IMAGE ) make -j
4951
5052.PHONY : check-signer-hash
5153check-signer-hash :
You can’t perform that action at this time.
0 commit comments