From a2c05f3caa6fdb0b48c32bd8973e1f88c1866116 Mon Sep 17 00:00:00 2001 From: jubnl Date: Sun, 12 Apr 2026 16:51:33 +0200 Subject: [PATCH] fix: Remove nomad references in stable build workflow --- .github/workflows/docker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e1880116..a8bbd3fa 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -194,9 +194,6 @@ jobs: -t "mauriceboe/trek:latest" \ -t "mauriceboe/trek:$MAJOR_TAG" \ -t "mauriceboe/trek:$VERSION" \ - -t "mauriceboe/nomad:latest" \ - -t "mauriceboe/nomad:$MAJOR_TAG" \ - -t "mauriceboe/nomad:$VERSION" \ "${digests[@]}" - name: Inspect manifest