build: Debug
build: Debug
This commit is contained in:
commit
33faa152cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -61,8 +61,8 @@ jobs:
|
||||||
VERSION="${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
VERSION="${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
echo "version=${VERSION}" >> $GITHUB_OUTPUT
|
||||||
BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
|
||||||
TITLE="$(grep --only-matching --perl-regex "(?<=image.title\=).*" $DIRECTORY/Dockerfile)"
|
TITLE="$(grep --only-matching --perl-regex "(?<=image.title\=).*" $DIRECTORY/Dockerfile) | tr -d '\"' | tr -d \"'\" "
|
||||||
DESC="$(grep --only-matching --perl-regex "(?<=image.description\=).*" $DIRECTORY/Dockerfile)"
|
DESC="$(grep --only-matching --perl-regex "(?<=image.description\=).*" $DIRECTORY/Dockerfile) | tr -d '\"' | tr -d \"'\" "
|
||||||
|
|
||||||
TAGS=()
|
TAGS=()
|
||||||
TAGS=("${{ secrets.DOCKERHUB_REPO }}:latest")
|
TAGS=("${{ secrets.DOCKERHUB_REPO }}:latest")
|
||||||
|
|
Loading…
Reference in a new issue