Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
b3e4290c
Commit
b3e4290c
authored
Oct 27, 2022
by
Yuliya Sharafitdinova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cleanup job
parent
32bf67f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cleanup.yml
.github/workflows/cleanup.yml
+1
-1
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+1
-1
No files found.
.github/workflows/cleanup.yml
View file @
b3e4290c
...
@@ -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
.github/workflows/publish-docker-deploy-review.yml
View file @
b3e4290c
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment