File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ jobs:
2020 uses : nfrastack/gha/.github/workflows/container-build_generic.yml@main
2121 with :
2222 base_image : " ghcr.io/nfrastack/container-nginx"
23+ tag : ${{ matrix.tag || '' }}
2324 distro : ${{ matrix.distro }}
2425 distro_variant : ${{ matrix.distro_variant }}
2526 image_variant : ${{ matrix.image_variant || '' }}
26- tag : ${{ matrix.tag || '' }}
2727 latest : ${{ matrix.latest }}
2828 distro_latest : ${{ matrix.distro_latest }}
2929 platforms : ${{ matrix.arch }}
30- push_dockerhub : ${{ matrix.push_dockerhub || true }}
31- push_ghcr : ${{ matrix.push_ghcr || true }}
3230 secrets : inherit
3331 cleanup :
3432 needs : [ build ]
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- ARG BASE_IMAGE
5+ ARG \
6+ BASE_IMAGE
7+
68FROM ${BASE_IMAGE}
79
810LABEL \
You can’t perform that action at this time.
0 commit comments