diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a6c395..301d317 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: docker tag tusproject/tusd:$GITHUB_SHA tusproject/tusd:$TAG_NAME docker push tusproject/tusd:$TAG_NAME # Create latest tag if we have no pre-release - if [[ $TAG_NAME =~ ^v\d+\.\d+\.\d+$ ]]; + if [[ $TAG_NAME =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then docker tag tusproject/tusd:$GITHUB_SHA tusproject/tusd:latest docker push tusproject/tusd:latest