freenginx-build.yaml: fix: tag detection name

This commit is contained in:
Minoplhy 2024-09-22 06:11:12 +00:00 committed by GitHub
parent 420e507bc8
commit bde9f3b9d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up environment variables - name: Set up environment variables
run: | run: |
TAG_NAME=${GITHUB_REF##*/} TAG_NAME=${GITHUB_REF##*/}
NGINX_TAG=${TAG_NAME#nginx-} NGINX_TAG=${TAG_NAME#freenginx-}
echo "NGINX_TAG=${NGINX_TAG}" >> $GITHUB_ENV echo "NGINX_TAG=${NGINX_TAG}" >> $GITHUB_ENV
echo "NGINX_TAG=${NGINX_TAG}" echo "NGINX_TAG=${NGINX_TAG}"