Skip to content

Commit a8c74c7

Browse files
committed
.github/
1 parent 74ea5e3 commit a8c74c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/_build_image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ concurrency:
5151

5252
jobs:
5353
image:
54-
runs-on: ${{ inputs['runs-on'] }}
54+
runs-on: ubuntu-22.04
5555
name: [${{ inputs.host-platform }}] Build and test Docker image
5656
steps:
5757
- uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.22
@@ -65,6 +65,8 @@ jobs:
6565
shell: bash
6666
name: Container hash
6767
- run: |
68+
echo ${{ inputs.runs-on }}
69+
exit 1
6870
cd docker
6971
./push.sh
7072
name: Build (${{ inputs.image_prefix }}${{ inputs.distro }}@${{ steps.container.outputs.tag }})

0 commit comments

Comments
 (0)