Commit b3e4290c authored by Yuliya Sharafitdinova's avatar Yuliya Sharafitdinova

fix cleanup job

parent 32bf67f0
...@@ -11,5 +11,5 @@ jobs: ...@@ -11,5 +11,5 @@ jobs:
cleanup: cleanup:
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@master uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@master
with: with:
appNamespace: review-front-$GITHUB_REF_SLUG appNamespace: review-front-$GITHUB_HEAD_REF_SLUG
secrets: inherit secrets: inherit
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master uses: blockscout/blockscout-ci-cd/.github/workflows/deploy.yaml@master
with: with:
env_vars: VALUES_DIR=deploy/values/review,APP_NAME=bs-stack env_vars: VALUES_DIR=deploy/values/review,APP_NAME=bs-stack
appNamespace: review-front-$GITHUB_REF_SLUG appNamespace: review-front-$GITHUB_HEAD_REF_SLUG
blockscoutIngressHost: blockscout blockscoutIngressHost: blockscout
frontendIngressHost: blockscout frontendIngressHost: blockscout
frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }} frontendImage: ghcr.io/blockscout/frontend:prerelease-${{ needs.push_to_registry.outputs.shortSha }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment