We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1729d9a commit 31833a4Copy full SHA for 31833a4
1 file changed
.github/workflows/publish-zergrush-k8s-images.yml
@@ -39,3 +39,10 @@ jobs:
39
ANNOTATIONS: org.opencontainers.image.source=https://github.com/replit/tailscale,org.opencontainers.image.vendor=Replit
40
run: |
41
PUSH=true TARGET=client REPOS=ghcr.io/replit/replit-tailscale TAGS="$IMAGE_TAG" ./build_docker.sh
42
+
43
+ - name: Make packages public
44
+ env:
45
+ GH_TOKEN: ${{ github.token }}
46
+ run: |
47
+ gh api -X PATCH "orgs/replit/packages/container/replit-tailscale-k8s-operator/visibility" -f visibility=public
48
+ gh api -X PATCH "orgs/replit/packages/container/replit-tailscale/visibility" -f visibility=public
0 commit comments