Skip to content

Commit

Permalink
Fix substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Dec 7, 2023
1 parent f07b889 commit 6b1e631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_onlymain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_DEV }}" | base64 -d > config
mv config ~/.kube/
helm upgrade -i "docs" ".helm" --set global.IngressDomain=staging.${DOMAIN} --set "image.repository=ghcr.io/${$GITHUB_REPOSITORY}" --set "image.tag=${GITHUB_SHA}" --namespace docs-staging --dry-run --debug
helm upgrade -i "docs" ".helm" --set global.IngressDomain=${DOMAIN} --set "image.repository=ghcr.io/${GITHUB_REPOSITORY}" --set "image.tag=${GITHUB_SHA}" --namespace docs-staging --dry-run --debug
# --create-namespace

0 comments on commit 6b1e631

Please sign in to comment.