From 62fa07b7e426a3a31cbe25d62de83d9cb4fb477e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 4 Jul 2025 10:47:21 +0200 Subject: [PATCH] +1 --- .github/workflows/publish.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2c67ebad..5e7e003c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,13 +32,6 @@ jobs: push: true tags: ghcr.io/${{ github.repository_owner }}/xslt-playground-backend:latest - - name: Make backend image public - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - OWNER: ${{ github.repository_owner }} - PACKAGE: xslt-playground-backend - run: | - gh api -X PATCH /users/alexandrev/packages/container/$PACKAGE --field visibility=public - name: Build and push frontend image uses: docker/build-push-action@v5 @@ -47,11 +40,5 @@ jobs: push: true tags: ghcr.io/${{ github.repository_owner }}/xslt-playground-frontend:latest - - name: Make frontend image public - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OWNER: ${{ github.repository_owner }} - PACKAGE: xslt-playground-frontend - run: | - gh api -X PATCH /users/alexandrev/packages/container/$PACKAGE --field visibility=public +