File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defaults:
66jobs :
77 check-formatting-dockerfile :
88 name : Check Formatting (Dockerfile)
9- runs-on : ${{vars.RUNS_ON}}
9+ runs-on : ubuntu-latest
1010 timeout-minutes : 5
1111 steps :
1212 - name : Checkout
1515 uses : hadolint/hadolint-action@v3.3.0
1616 check-formatting-markdown :
1717 name : Check Formatting (Markdown)
18- runs-on : ${{vars.RUNS_ON}}
18+ runs-on : ubuntu-latest
1919 timeout-minutes : 5
2020 steps :
2121 - name : Checkout
2626 globs : ' **/*.md'
2727 build-and-test :
2828 name : Build & Test
29- runs-on : ${{vars.RUNS_ON}}
29+ runs-on : ubuntu-latest
3030 timeout-minutes : 30
3131 services :
3232 registry :
5858 - name : Set up QEMU
5959 uses : docker/setup-qemu-action@v4.0.0
6060 with :
61- image : ${{vars.SETUP_QEMU_IMAGE}}
6261 platforms : ${{steps.info.outputs.platforms}}
6362 - name : Set up Docker Buildx
6463 uses : docker/setup-buildx-action@v4.0.0
Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/ci.yml
1414 label :
1515 name : Label
16- runs-on : ${{vars.RUNS_ON}}
16+ runs-on : ubuntu-latest
1717 timeout-minutes : 5
1818 steps :
1919 - name : Apply labels
Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/ci.yml
1414 cd :
1515 name : CD
16- runs-on : ${{vars.RUNS_ON}}
16+ runs-on : ubuntu-latest
1717 timeout-minutes : 30
1818 if : (!contains(github.event.head_commit.message, '[skip release]'))
1919 permissions :
3030 - name : Set up QEMU
3131 uses : docker/setup-qemu-action@v4.0.0
3232 with :
33- image : ${{vars.SETUP_QEMU_IMAGE}}
3433 platforms : ${{env.PLATFORMS}}
3534 - name : Set up Docker Buildx
3635 uses : docker/setup-buildx-action@v4.0.0
You can’t perform that action at this time.
0 commit comments