We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aba36 commit c5c146fCopy full SHA for c5c146f
1 file changed
.github/workflows/release-pipeline.yml
@@ -4,7 +4,7 @@ name: OpenCue Release Pipeline
4
on:
5
push:
6
tags:
7
- - 'v*'
+ - "v*"
8
9
jobs:
10
preflight:
@@ -80,7 +80,7 @@ jobs:
80
with:
81
username: ${{ secrets.DOCKER_USER }}
82
password: ${{ secrets.DOCKER_PASS }}
83
- repository: opencue/${{ matrix.component }}
+ repository: AcademySoftwareFoundation/OpenCue
84
readme-filepath: ./${{ matrix.component }}/README.md
85
86
create_release:
0 commit comments