Skip to content

Commit cec2957

Browse files
change tags definition to use comma as a separator
1 parent 1b44a0c commit cec2957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
dockerfile_path: './Dockerfile'
4646
directory: '.'
4747
version: ${{ needs.version.outputs.version }}
48-
tags: reg.h2-invent.com/secure-document-share/core:${{ needs.version.outputs.version }};reg.h2-invent.com/secure-document-share/core:development
48+
tags: reg.h2-invent.com/secure-document-share/core:${{ needs.version.outputs.version }},reg.h2-invent.com/secure-document-share/core:development
4949
secrets:
5050
docker_password: ${{ secrets.HARBOR_PUSH_PASSWORD }}
5151
docker_username: ${{ secrets.HARBOR_PUSH_USERNAME }}

0 commit comments

Comments
 (0)