docs: update README Docker/GitHub refs to TREK, push to both Docker Hub repos (trek + nomad)

This commit is contained in:
Maurice
2026-03-28 21:41:03 +01:00
parent e97ecd558f
commit 678fe2d12c
2 changed files with 14 additions and 9 deletions

View File

@@ -80,7 +80,12 @@ jobs:
working-directory: /tmp/digests
run: |
mapfile -t digests < <(printf 'mauriceboe/trek@sha256:%s\n' *)
docker buildx imagetools create -t mauriceboe/trek:latest -t mauriceboe/trek:${{ steps.version.outputs.VERSION }} "${digests[@]}"
docker buildx imagetools create \
-t mauriceboe/trek:latest \
-t mauriceboe/trek:${{ steps.version.outputs.VERSION }} \
-t mauriceboe/nomad:latest \
-t mauriceboe/nomad:${{ steps.version.outputs.VERSION }} \
"${digests[@]}"
- name: Inspect manifest
run: docker buildx imagetools inspect mauriceboe/trek:latest