mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-09-21 08:48:10 +00:00
Fix indentation in scheduled build workflow
This commit is contained in:
committed by
Jeshua Ben Joseph
parent
831fbc2060
commit
dd4a993654
@@ -41,7 +41,7 @@ jobs:
|
|||||||
--json tagName \
|
--json tagName \
|
||||||
--jq "[.[] | select(.tagName | startswith(\"${{ matrix.ubuntu_codename }}-\"))] | first | .tagName // empty")
|
--jq "[.[] | select(.tagName | startswith(\"${{ matrix.ubuntu_codename }}-\"))] | first | .tagName // empty")
|
||||||
|
|
||||||
if [ -z "${LATEST_TAG}" ]; then
|
if [ -z "${LATEST_TAG}" ]; then
|
||||||
echo "No release found for ${{ matrix.ubuntu_codename }} track. Skipping."
|
echo "No release found for ${{ matrix.ubuntu_codename }} track. Skipping."
|
||||||
echo "should_build=false" >> $GITHUB_OUTPUT
|
echo "should_build=false" >> $GITHUB_OUTPUT
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user