Skip to content

Commit

Permalink
Add descriptions to docker hub images
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Dec 14, 2024
1 parent 1136080 commit d4bef5a
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 d4bef5a

Please sign in to comment.