Skip to content

Commit

Permalink
do not merge
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 22, 2023
1 parent 952e79a commit aeb032a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,31 @@ jobs:
with:
dev_tags: ${{ github.event.release.tag_name }}-dev
release_tags: ${{ github.event.release.tag_name }}
registry: ghcr.io/${{ github.repository_owner }}
git_ref: ${{ github.ref }}
secrets: inherit

peerpod-ctrl:
uses: ./.github/workflows/peerpod-ctrl_image.yaml
with:
image_tags: ${{ github.event.release.tag_name }}
registry: ghcr.io/${{ github.repository_owner }}
git_ref: ${{ github.ref }}
secrets: inherit

podvm_builder:
uses: ./.github/workflows/podvm_builder.yaml
with:
image_tag: ${{ github.event.release.tag_name }}
registry: ghcr.io/${{ github.repository_owner }}
git_ref: ${{ github.ref }}
secrets: inherit

podvm_binaries:
needs: [podvm_builder]
uses: ./.github/workflows/podvm_binaries.yaml
with:
registry: ghcr.io/${{ github.repository_owner }}
image_tag: ${{ github.event.release.tag_name }}
git_ref: ${{ github.ref }}
secrets: inherit
Expand All @@ -43,6 +47,7 @@ jobs:
needs: [podvm_binaries]
uses: ./.github/workflows/podvm.yaml
with:
registry: ghcr.io/${{ github.repository_owner }}
image_tag: ${{ github.event.release.tag_name }}
git_ref: ${{ github.ref }}
secrets: inherit

0 comments on commit aeb032a

Please sign in to comment.