From 1c9d016bd4566a43f97ea0578e2d28fc6c0b8d7b Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 20:02:38 -0400 Subject: [PATCH] update final job title --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 193e706..413325b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -23,8 +23,8 @@ jobs: registry: fung.uy username: ${{ secrets.MYCO_REGISTRY_USER }} password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }} - - - name: Build and Push Extended Version + + - name: Build and Push ${{ github.event.inputs.version }} uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }}