mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
reverted visibility change (#1018)
This commit is contained in:
parent
f2546f12d8
commit
7e39e924e1
12
.github/workflows/docker.yaml
vendored
12
.github/workflows/docker.yaml
vendored
@ -75,18 +75,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect ${{ steps.string.outputs.lowercase }}:${{ steps.meta.outputs.version }}
|
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
|
- name: Dump context
|
||||||
if: always()
|
if: always()
|
||||||
uses: crazy-max/ghaction-dump-context@v2
|
uses: crazy-max/ghaction-dump-context@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user