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 }}