Skip to content

Commit

Permalink
chore: add step to make the ghcr public
Browse files Browse the repository at this point in the history
  • Loading branch information
NickChecan committed Oct 13, 2024
1 parent b49bcc9 commit 66a2984
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ jobs:
- name: Push image to GitHub Container Registry
run: docker push ghcr.io/the-nefarious-developer/${{ matrix.variant.IMAGE }}:${{ matrix.variant.VERSION }}

- name: Make GHCR image public
uses: actions-ghcr/public-package@v1
with:
token: ${{ secrets.NEFARIOUS_TOKEN }}
owner: ${{ github.repository_owner }}
package_name: ${{ matrix.variant.IMAGE }}
version: ${{ matrix.variant.VERSION }}

release:
name: Generate release
Expand Down

0 comments on commit 66a2984

Please sign in to comment.