Skip to content

Commit

Permalink
build: use large self-hosted runner to build and push images (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <luis@swirldslabs.com>
  • Loading branch information
acuarica authored Jun 11, 2024
1 parent c070e31 commit 4754741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
docker-image-publish:
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: [self-hosted, Linux, large, ephemeral]
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 4754741

Please sign in to comment.