mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-09-21 16:58:12 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI
parent
3e6f99e74c
commit
831fbc2060
@@ -41,7 +41,7 @@ jobs:
|
||||
--json tagName \
|
||||
--jq "[.[] | select(.tagName | startswith(\"${{ matrix.ubuntu_codename }}-\"))] | first | .tagName // empty")
|
||||
|
||||
if [ -z "${LATEST_TAG}" ] || [ "${LATEST_TAG}" == "null" ]; then
|
||||
if [ -z "${LATEST_TAG}" ]; then
|
||||
echo "No release found for ${{ matrix.ubuntu_codename }} track. Skipping."
|
||||
echo "should_build=false" >> $GITHUB_OUTPUT
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user