Skip to content

Commit

Permalink
fix: tags
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent 08e0d58 commit a880870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a880870

Please sign in to comment.