Skip to content

Commit 92908f2

Browse files
authored
Increase the runner sizes for the publish job (#284)
Follow up from bumping the ci runners in #280
1 parent 3929ec5 commit 92908f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
docker-platform: ["linux/arm64", "linux/amd64"]
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-latest-m
5050
needs: [setup, set-short-sha]
5151
env:
5252
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
@@ -103,7 +103,7 @@ jobs:
103103
ARCH=$(cut -d "/" -f2 <<< ${{ matrix.docker-platform }})
104104
docker push $DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA
105105
publish-images:
106-
runs-on: ubuntu-latest
106+
runs-on: ubuntu-latest-m
107107
needs: [setup, set-short-sha, build-images]
108108
env:
109109
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}

0 commit comments

Comments
 (0)