From 0e7d4acbc37fffd94a4461562f99895408298260 Mon Sep 17 00:00:00 2001 From: Petu Eusebiu Date: Thu, 7 Apr 2022 17:20:00 +0300 Subject: [PATCH] fix input args --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 455835cf2..55a8ea22c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -107,7 +107,7 @@ jobs: stackerfile: 'stacker.yaml' # stacker will fail if container name contains path separators #substitute: REPO_NAME=${{ github.repository }}-${{ matrix.os }}-${{ matrix.arch }} - substitutes: REPO_NAME=peusebiu-zot-${{ matrix.os }}-${{ matrix.arch }} COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }} + substitutes: REPO_NAME=peusebiu-zot-${{ matrix.os }}-${{ matrix.arch }} COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }} OS=${{ matrix.os }} ARCH=${{ matrix.arch }} url: docker://ghcr.io tags: ${{ github.event.release.tag_name }} latest username: ${{ github.actor }}