mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 00:01:50 +02: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 :
|
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_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_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
|
- github_tagfilter: filter a text in the release name
|
||||||
|
|||||||
@@ -173,10 +173,10 @@ for f in */; do
|
|||||||
|
|
||||||
#Prepare tag flag
|
#Prepare tag flag
|
||||||
if [ "${FULLTAG}" = true ]; then
|
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"
|
ARGUMENTS="$ARGUMENTS --format tag"
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
#Prepare tag flag
|
#Prepare tag flag
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"dockerhub_by_date": "",
|
"dockerhub_by_date": "",
|
||||||
"dockerhub_list_size": "",
|
"dockerhub_list_size": "",
|
||||||
"fulltag": false,
|
"github_fulltag": false,
|
||||||
"github_beta": false,
|
"github_beta": false,
|
||||||
"github_exclude": "",
|
"github_exclude": "",
|
||||||
"github_havingasset": false,
|
"github_havingasset": false,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"fulltag": true,
|
"github_fulltag": true,
|
||||||
"github_exclude": "preview",
|
"github_exclude": "preview",
|
||||||
"last_update": "21-06-2025",
|
"last_update": "21-06-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dockerhub_by_date": true,
|
"dockerhub_by_date": true,
|
||||||
"fulltag": true,
|
"github_fulltag": true,
|
||||||
"last_update": "03-08-2024",
|
"last_update": "03-08-2024",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "unpackerr",
|
"slug": "unpackerr",
|
||||||
|
|||||||
Reference in New Issue
Block a user