Update build.yml
This commit is contained in:
parent
9ba50b7d4e
commit
c2c0d97585
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user