Compare commits
3 Commits
e0adfdb30c
...
v5.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
324ef609cf | ||
| 3f2eda0655 | |||
| 050b9baf21 |
@@ -80,11 +80,15 @@ jobs:
|
||||
echo "Repo URL not found in Dockerargs."
|
||||
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
||||
echo "build_args=" >> "$GITHUB_OUTPUT"
|
||||
echo "repo_url=" >> "$GITHUB_OUTPUT"
|
||||
echo "repo_branch=" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
else
|
||||
echo "No Dockerargs found."
|
||||
echo "upstream_needs_update=false" >> "$GITHUB_OUTPUT"
|
||||
echo "build_args=" >> "$GITHUB_OUTPUT"
|
||||
echo "repo_url=" >> "$GITHUB_OUTPUT"
|
||||
echo "repo_branch=" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Check if any tags exist
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"author": "Ivan Carlos"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user