Skip to content

Commit

Permalink
Use tkey-builder:3 as default when building
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Mar 20, 2024
1 parent 7ae4df0 commit 6d8be23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ci:
runs-on: ubuntu-latest
container:
image: ghcr.io/tillitis/tkey-builder:2
image: ghcr.io/tillitis/tkey-builder:3
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion contrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BUILDIMAGE=tkey-builder-local

# default image used when running a container
IMAGE=ghcr.io/tillitis/tkey-builder:2
IMAGE=ghcr.io/tillitis/tkey-builder:3

all:
@echo "Targets:"
Expand Down

0 comments on commit 6d8be23

Please sign in to comment.