syntax fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 8s
Build and Push Docker Image / build (pull_request) Successful in 9s

This commit is contained in:
Corban-Lee Jones 2024-08-14 20:28:07 +01:00
parent 63f2d1b341
commit 231ceda81a

View File

@ -34,7 +34,7 @@ jobs:
# master branch uses specific version tagging, others use the branch name
if [[ "${{ gitea.ref_name }}" == "master" ]]; then
TAG="${{ env.VERSION }}"
else then
else
TAG="${{ gitea.ref_name }}"
fi
echo "TAG=$TAG" >> $GITHUB_ENV