Skip to content

Commit dddfdcb

Browse files
Publish the container for public deployments
1 parent da3df1b commit dddfdcb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ jobs:
4949
push: true
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
52+
- name: Make the package public
53+
env:
54+
GH_TOKEN: ${{ github.token }}
55+
run: gh api --method PATCH /orgs/ontoportal/packages/container/biomixer-visualizer -f visibility=public

0 commit comments

Comments
 (0)