update universal
This commit is contained in:
@@ -80,11 +80,15 @@ jobs:
|
|||||||
echo "Repo URL not found in Dockerargs."
|
echo "Repo URL not found in Dockerargs."
|
||||||
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
||||||
echo "build_args=" >> "$GITHUB_OUTPUT"
|
echo "build_args=" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "repo_url=" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "repo_branch=" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "No Dockerargs found."
|
echo "No Dockerargs found."
|
||||||
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
||||||
echo "build_args=" >> "$GITHUB_OUTPUT"
|
echo "build_args=" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "repo_url=" >> "$GITHUB_OUTPUT"
|
||||||
|
echo "repo_branch=" >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Check if any tags exist
|
- name: Check if any tags exist
|
||||||
|
|||||||
Reference in New Issue
Block a user