Skip to content

Commit ea5e111

Browse files
committed
gha
1 parent 8a810e9 commit ea5e111

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 ]

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
ARG BASE_IMAGE
5+
ARG \
6+
BASE_IMAGE
7+
68
FROM ${BASE_IMAGE}
79

810
LABEL \

0 commit comments

Comments
 (0)