1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Robert Sturla 2024-08-09 00:57:17 +01:00
parent ceccfc98ef
commit aa1d683c9c
No known key found for this signature in database

View file

@ -171,6 +171,8 @@ runs:
ACTION_REF: ${{ github.action_ref }} ACTION_REF: ${{ github.action_ref }}
shell: bash shell: bash
run: | run: |
set -x
image=$(echo "ghcr.io/${ACTION_REPO}" | tr [:upper:] [:lower:]) image=$(echo "ghcr.io/${ACTION_REPO}" | tr [:upper:] [:lower:])
# Check if running inside of the action repo # Check if running inside of the action repo
if [[ -z "${ACTION_REPO}" ]] if [[ -z "${ACTION_REPO}" ]]