diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5cbb0d9..0afe7bf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -56,10 +56,10 @@ jobs: GIT_TAG=$(git tag --points-at HEAD) if [[ "$GIT_TAG" == v* ]]; then VERSION=${GIT_TAG#v} - echo "Extracted tag name: $VERSION" + echo "Version tag found. Initializing docker image build for version: $VERSION" echo "VERSION=$VERSION" >> $GITHUB_ENV else - echo "This is not a tag push with 'v' prefix, skipping..." + echo "No version tag found. Skipping subsequent steps. (Version tag format: vX.X.X)" echo "SKIP_SUBSEQUENT_STEPS=true" >> $GITHUB_ENV fi