Skip to content

Commit

Permalink
Increase the runner sizes for the publish job (#284)
Browse files Browse the repository at this point in the history
Follow up from bumping the ci runners in #280
  • Loading branch information
awalker4 authored Oct 13, 2023
1 parent 3929ec5 commit 92908f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
docker-platform: ["linux/arm64", "linux/amd64"]
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
needs: [setup, set-short-sha]
env:
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
ARCH=$(cut -d "/" -f2 <<< ${{ matrix.docker-platform }})
docker push $DOCKER_BUILD_REPOSITORY:$ARCH-$SHORT_SHA
publish-images:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
needs: [setup, set-short-sha, build-images]
env:
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
Expand Down

0 comments on commit 92908f2

Please sign in to comment.