Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Jun 24, 2024
1 parent 02d4c1d commit 4859186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/submit_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ "${CONTAINER_REGISTRY_KEY}"=="null" ]]; then
echo "CONTAINER_REGISTRY_KEY is null"
fi
if [[ -z "${CONTAINER_REGISTRY_KEY}" ]]; then
echo "CONTAINER_REGISTRY_KEY is null"
echo "CONTAINER_REGISTRY_KEY is empty"
fi

if [[ -z "${CONTAINER_REGISTRY_KEY}" || "${CONTAINER_REGISTRY_KEY}"=="null" ]]; then
Expand Down

0 comments on commit 4859186

Please sign in to comment.