Update build.yml

This commit is contained in:
Max W. 2024-03-03 15:40:10 +01:00
parent 6c6995de45
commit 9ba50b7d4e

View File

@ -46,7 +46,7 @@ jobs:
build-docker-image:
runs-on: ubuntu-22.04
needs: build-jar
if: startsWith(env.GITEA_REF, 'refs/tags/v')
if: startsWith(gitea.ref, 'refs/tags/v')
steps:
- name: Checkout
uses: actions/checkout@v4