We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f810 commit 3328eccCopy full SHA for 3328ecc
1 file changed
.github/workflows/build_docker_image_and_push_to_ecr.yaml
@@ -54,6 +54,11 @@ on:
54
description: Override the author of event
55
required: false
56
type: string
57
+ runner:
58
+ description: Runner to use
59
+ required: false
60
+ type: string
61
+ default: ubuntu-22.04
62
63
secrets:
64
awsAccessKeyId:
@@ -81,7 +86,7 @@ env:
81
86
82
87
jobs:
83
88
build:
84
- runs-on: ubuntu-latest
89
+ runs-on: ${{ inputs.runner }}
85
90
steps:
91
- name: Send notification to slack
92
if: inputs.slackChannelId != ''
0 commit comments