reverted visibility change (#1018)
Some checks are pending
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run

This commit is contained in:
Anirban Kar 2025-01-06 14:05:01 +05:30 committed by GitHub
parent f2546f12d8
commit 7e39e924e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,18 +75,6 @@ jobs:
run: |
docker buildx imagetools inspect ${{ steps.string.outputs.lowercase }}:${{ steps.meta.outputs.version }}
- name: Make package public
run: |
gh api \
--method PATCH \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/user/packages/container/${{ github.event.repository.name }}/visibility" \
-f visibility='public'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2