We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7220956 commit 04bb937Copy full SHA for 04bb937
1 file changed
.github/workflows/release.yml
@@ -81,23 +81,6 @@ jobs:
81
${{ env.IMAGE }}:latest-amd64 \
82
${{ env.IMAGE }}:latest-arm64
83
84
- make-public:
85
- needs: merge-manifests
86
- runs-on: ubuntu-24.04
87
- permissions:
88
- packages: write
89
- steps:
90
- - name: Make packages public
91
- run: |
92
- gh api --method PATCH \
93
- /orgs/syscode-labs/packages/container/oci-pivot-controller \
94
- -f visibility=public
95
96
- /orgs/syscode-labs/packages/container/charts%2Foci-pivot-controller \
97
98
- env:
99
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
-
101
release-helm:
102
needs: merge-manifests
103
runs-on: ubuntu-24.04
0 commit comments