From c00cce08957cc6ae1bd9edc81c2f84d0236055ac Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 16 May 2024 18:42:02 +0200 Subject: [PATCH] Fixup builder --- .github/workflows/{marshall.yml => build.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{marshall.yml => build.yml} (98%) diff --git a/.github/workflows/marshall.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/marshall.yml rename to .github/workflows/build.yml index d79292b..f3de9a2 100644 --- a/.github/workflows/marshall.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ env: docker_hub_image: "benzine/marshall" jobs: - marshall-build: + build: name: "Build" runs-on: ubuntu-latest strategy: @@ -129,10 +129,10 @@ jobs: if-no-files-found: error retention-days: 1 - marshall-merge: + merge: runs-on: ubuntu-latest name: "Merge" - needs: [marshall-build] + needs: [build] strategy: fail-fast: false matrix: @@ -202,10 +202,10 @@ jobs: run: | docker buildx imagetools inspect ${{ env.ghcr_image }}:${{ steps.meta.outputs.version }} - marshall-tag-latest: + tag: name: "Tag Latest" runs-on: ubuntu-latest - needs: [marshall-merge] + needs: [merge] strategy: fail-fast: false matrix: