We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e130a7 commit c3bd674Copy full SHA for c3bd674
.github/workflows/generic_build.yml
@@ -171,14 +171,6 @@ jobs:
171
172
# Add labels to a new container...
173
container="$( buildah from "${image_id}" )"
174
-
175
- # # FIXME: Test out different options
176
- # declare -a mycmd=( buildah config ${LABELS[@]} "${container}" )
177
- # echo "Label args: " "${LABELS[@]}"
178
- # echo "Label args with @Q: " "${LABELS[@]@Q}"
179
- # echo "Label command: " "${mycmd[@]}"
180
- # echo "Label command with @Q: " "${mycmd[@]@Q}"
181
182
buildah config "${LABELS[@]}" "${container}"
183
184
# ...then store the container (now with labels) as a new image. This
0 commit comments