mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 13:26:41 +02:00
test self hosted runners
This commit is contained in:
parent
c093401c53
commit
ee44b3b4d7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -13,7 +13,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
name: docker
|
name: docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
@ -29,5 +29,5 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/arm64
|
||||||
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:next
|
tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:next
|
Loading…
Add table
Reference in a new issue