We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea5e3 commit a8c74c7Copy full SHA for a8c74c7
.github/workflows/_build_image.yml
@@ -51,7 +51,7 @@ concurrency:
51
52
jobs:
53
image:
54
- runs-on: ${{ inputs['runs-on'] }}
+ runs-on: ubuntu-22.04
55
name: [${{ inputs.host-platform }}] Build and test Docker image
56
steps:
57
- uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.22
@@ -65,6 +65,8 @@ jobs:
65
shell: bash
66
name: Container hash
67
- run: |
68
+ echo ${{ inputs.runs-on }}
69
+ exit 1
70
cd docker
71
./push.sh
72
name: Build (${{ inputs.image_prefix }}${{ inputs.distro }}@${{ steps.container.outputs.tag }})
0 commit comments