Skip to content

Commit

Permalink
invalid script
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 4f75e23 commit ba7acda
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 @@ -91,7 +91,7 @@ jobs:
if [[ -n "${{ inputs.image_name }}" ]] && [[ "${name}" != "${{ inputs.image_name}}" ]]; then
repo="$( dirname '${{ inputs.image_name }}')"
fi
IMAGE_NAME="${repo}/${name}
IMAGE_NAME="${repo}/${name}"
IMAGES=<<EOT
name=ghcr.io/${IMAGE_NAME},enable=true
Expand Down

0 comments on commit ba7acda

Please sign in to comment.