mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
github_fulltag correct name
This commit is contained in:
@@ -49,7 +49,7 @@ Here is [an example](https://github.com/alexbelgium/hassio-addons/blob/master/ar
|
||||
|
||||
You can add the following tags in the file :
|
||||
|
||||
- fulltag: true is for example "v3.0.1-ls67" false is "3.0.1"
|
||||
- github_fulltag: true is for example "v3.0.1-ls67" false is "3.0.1"
|
||||
- github_beta: true/false ; should it look only for releases or prereleases ok
|
||||
- github_havingasset : true if there is a requirement that a release has binaries and not just source
|
||||
- github_tagfilter: filter a text in the release name
|
||||
|
||||
@@ -173,10 +173,10 @@ for f in */; do
|
||||
|
||||
#Prepare tag flag
|
||||
if [ "${FULLTAG}" = true ]; then
|
||||
LOGINFO="... $SLUG : fulltag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||
LOGINFO="... $SLUG : github_fulltag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||
ARGUMENTS="$ARGUMENTS --format tag"
|
||||
else
|
||||
LOGINFO="... $SLUG : fulltag is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||
LOGINFO="... $SLUG : github_fulltag is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||
fi
|
||||
|
||||
#Prepare tag flag
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"dockerhub_by_date": "",
|
||||
"dockerhub_list_size": "",
|
||||
"fulltag": false,
|
||||
"github_fulltag": false,
|
||||
"github_beta": false,
|
||||
"github_exclude": "",
|
||||
"github_havingasset": false,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"fulltag": true,
|
||||
"github_fulltag": true,
|
||||
"github_exclude": "preview",
|
||||
"last_update": "21-06-2025",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dockerhub_by_date": true,
|
||||
"fulltag": true,
|
||||
"github_fulltag": true,
|
||||
"last_update": "03-08-2024",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "unpackerr",
|
||||
|
||||
Reference in New Issue
Block a user