ci: run container publish workflow on host runner
Some checks failed
Publish container image / Build and push image (push) Failing after 5s

This commit is contained in:
Hermes Agent
2026-05-21 21:47:28 +02:00
parent d6161b3b34
commit 5cb3a156f0

View File

@@ -12,7 +12,7 @@ permissions:
jobs: jobs:
publish: publish:
name: Build and push image name: Build and push image
runs-on: ubuntu-latest runs-on: linux_amd64
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4