Update build.yml

This commit is contained in:
Max W. 2024-03-03 15:48:24 +01:00
parent 9ba50b7d4e
commit c2c0d97585

View File

@ -46,7 +46,6 @@ jobs:
build-docker-image:
runs-on: ubuntu-22.04
needs: build-jar
if: startsWith(gitea.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v4
@ -61,7 +60,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
else
echo "This is not a tag push with 'v' prefix, skipping..."
exit 78
echo "SKIP_SUBSEQUENT_STEPS=true" >> $GITHUB_ENV
fi
- name: Initialize Docker runtime