github_fulltag correct name

This commit is contained in:
Alexandre
2025-07-12 07:42:14 +02:00
committed by GitHub
parent 250076f57f
commit 05d60a97fd
5 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"dockerhub_by_date": "",
"dockerhub_list_size": "",
"fulltag": false,
"github_fulltag": false,
"github_beta": false,
"github_exclude": "",
"github_havingasset": false,

View File

@@ -1,5 +1,5 @@
{
"fulltag": true,
"github_fulltag": true,
"github_exclude": "preview",
"last_update": "21-06-2025",
"repository": "alexbelgium/hassio-addons",

View File

@@ -1,6 +1,6 @@
{
"dockerhub_by_date": true,
"fulltag": true,
"github_fulltag": true,
"last_update": "03-08-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",