1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00

ci: gh pages

This commit is contained in:
Jozef Steinhübl 2024-03-29 22:43:14 +01:00
parent 57cf9486b0
commit d54ce7014a

View file

@ -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: