mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-20 04:23:16 +00:00
+1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user