diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 937b50d..54af459 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -85,7 +85,7 @@ jobs: run: | name="$(basename ${{ github.repository }})" if [[ -n "${{ inputs.image_name }}" ]]; then - tmp_name="$( basename '${{ inputs.image_name }}')" + name="$( basename '${{ inputs.image_name }}')" fi repo=${{ github.repository_owner }} if [[ -n "${{ inputs.image_name }}" ]] && [[ "${name}" != "${{ inputs.image_name}}" ]]; then