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