workflow update

This commit is contained in:
Andras Bacsai 2023-09-14 18:44:55 +02:00
parent 81f7a65dd5
commit bb591604ac
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
push: true push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:next-aarch64 tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:next-aarch64
merge-manifest: merge-manifest:
runs-on: [self-hosted, x64] runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
packages: write packages: write

View File

@ -10,7 +10,7 @@ env:
jobs: jobs:
amd64: amd64:
runs-on: ubuntu-latest runs-on: [self-hosted, x64]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Login to ghcr.io - name: Login to ghcr.io