Fixed minor bug in docker build pipeline
Some checks failed
SharePulse build / build-jar (push) Successful in 59s
SharePulse build / build-docker-image (push) Failing after 16s

This commit is contained in:
Max W. 2024-03-07 20:22:26 +00:00
parent 2660496289
commit 64b25a56ab

View File

@ -91,7 +91,7 @@ jobs:
- name: Tag Docker image
if: env.SKIP_SUBSEQUENT_STEPS != 'true'
run: docker tag walzen665/sharepulse:latest git.walzen665.de/walzen665/sharepulse:$VERSION
run: docker tag walzen665/sharepulse:$VERSION git.walzen665.de/walzen665/sharepulse:$VERSION
- name: Log in to Gitea Docker Registry
if: env.SKIP_SUBSEQUENT_STEPS != 'true'