From 0d0fa4353d11f19330176cf787bcf625832dec78 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 29 Jun 2025 01:31:49 -0700 Subject: [PATCH] Fix --- unity-command/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index d3ce59d..ac1682a 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -68,7 +68,7 @@ runs: # -t $CACHED_CONTAINER --build-arg IMAGE=$CONTAINER ${{ github.action_path }} docker build -t $CACHED_CONTAINER --build-arg IMAGE=$CONTAINER ${{ github.action_path }} - # docker tag $CACHED_CONTAINER ${{ inputs.imageTag }} + docker tag $CACHED_CONTAINER ${{ inputs.imageTag }} shell: bash - name: "Get Unity Command." id: command