There was an error while loading. Please reload this page.
1 parent b09ccaa commit 99eec2aCopy full SHA for 99eec2a
1 file changed
.github/workflows/deploy.yaml
@@ -7,8 +7,7 @@ on:
7
jobs:
8
push_to_registry:
9
name: Push Docker image to Docker Hub for ${{ matrix.platform }}
10
- runs-on:
11
- group: ${{ matrix.runner_group }}
+ runs-on: ${{ matrix.runner }}
12
permissions:
13
packages: write
14
contents: read
@@ -20,10 +19,10 @@ jobs:
20
19
- linux/arm64
21
include:
22
- platform: linux/amd64
23
- runner_group: large_amd64
+ runner: ubuntu-24.04
24
platform_tag: amd64
25
- platform: linux/arm64
26
- runner_group: large_arm64
+ runner: ubuntu-24.04-arm
27
platform_tag: arm64
28
steps:
29
- name: Check out the repo
0 commit comments