Updated workflow and readme

This commit is contained in:
2024-03-02 22:27:52 +01:00
parent 374d2661c0
commit 9025af3660
2 changed files with 47 additions and 1 deletions

View File

@ -45,6 +45,7 @@ jobs:
build-docker-image:
needs: build-jar
runs-on: ubuntu-22.04
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
steps:
- name: Initialize Docker runtime
run: |