Skip to content

Commit

Permalink
Use large self-hosted runner to build and push images
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <luis@swirldslabs.com>
  • Loading branch information
acuarica committed Jun 8, 2024
1 parent c070e31 commit 82f40bb
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 82f40bb

Please sign in to comment.