From 7301d8bf727e5da9fa138f530b428ae9b41e566d Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Tue, 24 Sep 2024 13:49:30 +1200 Subject: [PATCH] updates to the ci workflow --- .github/workflows/portainer-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/portainer-updater.yml b/.github/workflows/portainer-updater.yml index 82b3da1..3f2026e 100644 --- a/.github/workflows/portainer-updater.yml +++ b/.github/workflows/portainer-updater.yml @@ -51,7 +51,7 @@ jobs: - name: '[preparation] set the container image tag' run: | # set the container image tag suffix - TAG_SUFFIX="${{ matrix.platform }}${{ matrix.version }}-${{ matrix.arch }}" + TAG_SUFFIX="${{ matrix.config.platform }}${{ matrix.config.version }}-${{ matrix.config.arch }}" # set the container image tag prefix if [[ "${GITHUB_REF_NAME}" =~ ^release/.*$ ]]; then