mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-03 04:06:22 -04:00
Use tkey-builder:4
This commit is contained in:
parent
da40edfc51
commit
d10c4972d7
3 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
||||||
ci:
|
ci:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/tillitis/tkey-builder:3
|
image: ghcr.io/tillitis/tkey-builder:4
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# fetch-depth: 0
|
# fetch-depth: 0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
BUILDIMAGE=tkey-builder-local
|
BUILDIMAGE=tkey-builder-local
|
||||||
|
|
||||||
# default image used when running a container
|
# default image used when running a container
|
||||||
IMAGE=ghcr.io/tillitis/tkey-builder:3
|
IMAGE=ghcr.io/tillitis/tkey-builder:4
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Targets:"
|
@echo "Targets:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue