From cb165ddae02f2cfcf483c2356dbb3f6bb82b8129 Mon Sep 17 00:00:00 2001 From: Ryan Fischbach Date: Fri, 5 Apr 2024 10:41:43 -0700 Subject: [PATCH] gha: use gha var, not env var. --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8aedc7df..148bc511 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -79,7 +79,7 @@ jobs: "dockerfile": "Dockerfile", "arch_allowed": "amd64", "name": "${{ github.repository }}", - "tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${ALT_TAGS}", + "tag": "${{ needs.build_cfg.outputs.VERSION_STR }}${{ needs.build_cfg.outputs.ALT_TAGS }}", "build_args": [ ] },