Skip to content

Commit 8ef2c10

Browse files
committed
bump
1 parent 432b9a6 commit 8ef2c10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/generic_build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ on:
1515
busybox_version:
1616
required: false
1717
type: string
18+
1819
debian_version:
1920
required: false
2021
type: string
22+
2123
image_prefix:
2224
required: false
2325
type: string
@@ -50,7 +52,7 @@ jobs:
5052
set -xeu
5153
5254
# Store provided inputs as local vars
53-
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
55+
image_name='${{ inputs.image_prefix }}${{ inputs.image_name }}'
5456
image_dir='images/${{ inputs.image_name }}'
5557
tags='${{ inputs.tags }}'
5658
debian_version='${{ inputs.debian_version }}'
@@ -85,7 +87,7 @@ jobs:
8587
# Due to different nomenclature used by conda-forge and buildah, we
8688
# need to map archs to base images.
8789
archs_and_images=(
88-
"amd64=quay.io/condaforge/linux-anvil-cos7-x86_64",
90+
"amd64=quay.io/condaforge/linux-anvil-cos7-x86_64"
8991
"arm64=quay.io/condaforge/linux-anvil-aarch64"
9092
)
9193
fi

0 commit comments

Comments
 (0)