diff options
| author | Hazel Atkinson <19270622+yellowsink@users.noreply.github.com> | 2025-04-11 20:13:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 20:13:41 +0100 |
| commit | 9245b4cfc8b9e5d50cfada87b8845ecf5b3e698a (patch) | |
| tree | 03017a549578b80396e696155c2508507eee69da | |
| parent | 7e9762bbb0552ffede19b72035ec9c65ef2d1c68 (diff) | |
| download | containerspy-9245b4cfc8b9e5d50cfada87b8845ecf5b3e698a.tar.gz containerspy-9245b4cfc8b9e5d50cfada87b8845ecf5b3e698a.tar.bz2 containerspy-9245b4cfc8b9e5d50cfada87b8845ecf5b3e698a.zip | |
ci: apply my very small brain a little
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50a13a2..6b60394 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ on: jobs: publish: name: Publish Docker Image to ghcr.io - runs-on: ubuntu-latest + runs-on: ${{ matrix.runner }} strategy: fail-fast: false matrix: |
