reverted visibility change (#1018)
Browse files
.github/workflows/docker.yaml
CHANGED
@@ -75,18 +75,6 @@ jobs:
|
|
75 |
run: |
|
76 |
docker buildx imagetools inspect ${{ steps.string.outputs.lowercase }}:${{ steps.meta.outputs.version }}
|
77 |
|
78 |
-
|
79 |
-
- name: Make package public
|
80 |
-
run: |
|
81 |
-
gh api \
|
82 |
-
--method PATCH \
|
83 |
-
-H "Accept: application/vnd.github+json" \
|
84 |
-
-H "X-GitHub-Api-Version: 2022-11-28" \
|
85 |
-
"/user/packages/container/${{ github.event.repository.name }}/visibility" \
|
86 |
-
-f visibility='public'
|
87 |
-
env:
|
88 |
-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
89 |
-
|
90 |
- name: Dump context
|
91 |
if: always()
|
92 |
uses: crazy-max/ghaction-dump-context@v2
|
|
|
75 |
run: |
|
76 |
docker buildx imagetools inspect ${{ steps.string.outputs.lowercase }}:${{ steps.meta.outputs.version }}
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
- name: Dump context
|
79 |
if: always()
|
80 |
uses: crazy-max/ghaction-dump-context@v2
|