Merge pull request #63 from wheetazlab/feature-update-build-for-new-branding

chore: rename Docker image references from nomad to trek
This commit is contained in:
mauriceboe
2026-03-28 21:40:00 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
outputs: type=image,name=mauriceboe/nomad,push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=mauriceboe/trek,push-by-digest=true,name-canonical=true,push=true
no-cache: true
- name: Export digest
@@ -79,8 +79,8 @@ jobs:
- name: Create and push multi-arch manifest
working-directory: /tmp/digests
run: |
mapfile -t digests < <(printf 'mauriceboe/nomad@sha256:%s\n' *)
docker buildx imagetools create -t mauriceboe/nomad:latest -t mauriceboe/nomad:${{ steps.version.outputs.VERSION }} "${digests[@]}"
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[@]}"
- name: Inspect manifest
run: docker buildx imagetools inspect mauriceboe/nomad:latest
run: docker buildx imagetools inspect mauriceboe/trek:latest

View File

@@ -1,6 +1,6 @@
services:
app:
image: mauriceboe/nomad:latest
image: mauriceboe/trek:latest
container_name: trek
ports:
- "3000:3000"