Update build.yml

This commit is contained in:
Max W. 2024-03-03 15:29:32 +01:00
parent da8153101e
commit 6c6995de45

View File

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