Fix github.event.inputs calls

This commit is contained in:
Deda 2024-03-21 19:27:08 +01:00
parent d81366e492
commit 14e0b69ccf

View File

@ -74,10 +74,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
CentOS7:
@ -90,10 +90,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
CentOS9:
@ -106,10 +106,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian10:
@ -122,10 +122,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian11:
@ -138,10 +138,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian11-platform:
@ -156,10 +156,10 @@ jobs:
timeout_minutes: 60
additional_build_args: "--for-platform"
artifact_name: "debian-11-platform"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian11-arm:
@ -173,10 +173,10 @@ jobs:
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 120
artifact_name: "debian-11-aarch64"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian12:
@ -189,10 +189,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Debian12-arm:
@ -206,10 +206,10 @@ jobs:
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 120
artifact_name: "debian-12-aarch64"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Docker-v4:
@ -224,10 +224,10 @@ jobs:
timeout_minutes: 60
additional_build_args: "--for-docker"
artifact_name: "docker"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Docker-v5:
@ -242,10 +242,10 @@ jobs:
timeout_minutes: 60
additional_build_args: "--for-docker"
artifact_name: "docker"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Docker-v4-arm:
@ -260,10 +260,10 @@ jobs:
timeout_minutes: 120
additional_build_args: "--for-docker"
artifact_name: "docker-aarch64"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Docker-v5-arm:
@ -278,10 +278,10 @@ jobs:
timeout_minutes: 120
additional_build_args: "--for-docker"
artifact_name: "docker-aarch64"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Fedora36:
@ -294,10 +294,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Fedora38:
@ -310,10 +310,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Fedora39:
@ -326,10 +326,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
RockyLinux9_3:
@ -342,10 +342,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Ubuntu18_04:
@ -358,10 +358,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Ubuntu20_04:
@ -374,10 +374,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Ubuntu22_04:
@ -390,10 +390,10 @@ jobs:
runner_arch_label: "X64"
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 60
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit
Ubuntu22_04-arm:
@ -407,8 +407,8 @@ jobs:
build_type: ${{ github.event.inputs.build_type }}
timeout_minutes: 120
artifact_name: "ubuntu-22.04-aarch64"
push_to_s3: ${{ github.inputs.push_to_s3 }}
s3_bucket: ${{ github.inputs.s3_bucket }}
s3_region: ${{ github.inputs.s3_region }}
s3_dest_dir: ${{ github.inputs.s3_dest_dir }}
push_to_s3: ${{ github.event.inputs.push_to_s3 }}
s3_bucket: ${{ github.event.inputs.s3_bucket }}
s3_region: ${{ github.event.inputs.s3_region }}
s3_dest_dir: ${{ github.event.inputs.s3_dest_dir }}
secrets: inherit