mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
ci: gh pages
This commit is contained in:
parent
57cf9486b0
commit
d54ce7014a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
GHCR_IMAGE: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}"
|
||||
GHCR_IMAGE: "ghcr.io/xhyrom/${{ github.event.repository.name }}"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
-v $(pwd):/workspace \
|
||||
--platform ${{ matrix.config.platform }} \
|
||||
${GHCR_IMAGE}:${{ matrix.config.arch }} \
|
||||
/workspace/scripts/sign_repository.sh "repository-${{ matrix.config.arch }}" ${{ github.repository_owner }} ${{ github.event.pusher.email }}
|
||||
/workspace/scripts/sign_repository.sh "repository-${{ matrix.config.arch }}" "xhyrom" ${{ github.event.pusher.email }}
|
||||
|
||||
- name: Upload repository as artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
contents: read
|
||||
packages: read
|
||||
container:
|
||||
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:x86_64
|
||||
image: ghcr.io/xhyrom/${{ github.event.repository.name }}:x86_64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue