Skip to content

Commit

Permalink
fix input args
Browse files Browse the repository at this point in the history
  • Loading branch information
eusebiu-constantin-petu-dbk committed Apr 8, 2022
1 parent 955ab76 commit 4e1d3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e1d3f4

Please sign in to comment.