1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00
This commit is contained in:
2025-07-04 10:45:04 +02:00
parent 3a4d910de5
commit b9e9444327
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
OWNER: ${{ github.repository_owner }}
PACKAGE: xslt-playground-backend
run: |
gh api -X PATCH /user/packages/container/$PACKAGE --field visibility=public
gh api -X PATCH /users/alexandrev/packages/container/$PACKAGE --field visibility=public
- name: Build and push frontend image
uses: docker/build-push-action@v5
@@ -53,5 +53,5 @@ jobs:
OWNER: ${{ github.repository_owner }}
PACKAGE: xslt-playground-frontend
run: |
gh api -X PATCH /user/packages/container/$PACKAGE --field visibility=public
gh api -X PATCH /users/alexandrev/packages/container/$PACKAGE --field visibility=public