From 4e1d3f4407af5cb1e6810e5fa34ba770bac5c881 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 455835cf2..0f1ff74ac 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -107,8 +107,8 @@ 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 }} - url: docker://ghcr.io + substitutes: COMMIT=${{ github.event.release.tag_name }}-${{ github.sha }} OS=${{ matrix.os }} ARCH=${{ matrix.arch }} + url: docker://ghcr.io/peusebiu/ tags: ${{ github.event.release.tag_name }} latest username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}