mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-22 14:41:04 +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:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GHCR_IMAGE: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}"
|
GHCR_IMAGE: "ghcr.io/xhyrom/${{ github.event.repository.name }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -56,7 +56,7 @@ jobs:
|
||||||
-v $(pwd):/workspace \
|
-v $(pwd):/workspace \
|
||||||
--platform ${{ matrix.config.platform }} \
|
--platform ${{ matrix.config.platform }} \
|
||||||
${GHCR_IMAGE}:${{ matrix.config.arch }} \
|
${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
|
- name: Upload repository as artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
packages: read
|
packages: read
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:x86_64
|
image: ghcr.io/xhyrom/${{ github.event.repository.name }}:x86_64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue