Fixed minor bug in docker build pipeline
This commit is contained in:
parent
2660496289
commit
64b25a56ab
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user