Skip to content

Commit

Permalink
Fix docker comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Dec 14, 2024
1 parent c8aba36 commit c5c146f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: OpenCue Release Pipeline
on:
push:
tags:
- 'v*'
- "v*"

jobs:
preflight:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
repository: opencue/${{ matrix.component }}
repository: AcademySoftwareFoundation/OpenCue
readme-filepath: ./${{ matrix.component }}/README.md

create_release:
Expand Down

0 comments on commit c5c146f

Please sign in to comment.