Skip to content

Commit c5c146f

Browse files
committed
Fix docker comments
1 parent c8aba36 commit c5c146f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: OpenCue Release Pipeline
44
on:
55
push:
66
tags:
7-
- 'v*'
7+
- "v*"
88

99
jobs:
1010
preflight:
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
username: ${{ secrets.DOCKER_USER }}
8282
password: ${{ secrets.DOCKER_PASS }}
83-
repository: opencue/${{ matrix.component }}
83+
repository: AcademySoftwareFoundation/OpenCue
8484
readme-filepath: ./${{ matrix.component }}/README.md
8585

8686
create_release:

0 commit comments

Comments
 (0)