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
f34bd109
Commit
f34bd109
authored
Dec 08, 2022
by
tom
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' of github.com:blockscout/frontend into logo-fix
parents
0ab007bc
b147a161
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
cleanup.yml
.github/workflows/cleanup.yml
+2
-1
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+4
-4
No files found.
.github/workflows/cleanup.yml
View file @
f34bd109
...
@@ -11,5 +11,6 @@ jobs:
...
@@ -11,5 +11,6 @@ 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_HEAD_REF_SLUG
appNamespace
:
review-front-$GITHUB_REF_NAME_SLUG
dockerImage
:
prerelease-$GITHUB_REF_NAME_SLUG
secrets
:
inherit
secrets
:
inherit
.github/workflows/publish-docker-deploy-review.yml
View file @
f34bd109
...
@@ -59,7 +59,7 @@ jobs:
...
@@ -59,7 +59,7 @@ jobs:
push
:
true
push
:
true
cache-from
:
type=gha
cache-from
:
type=gha
cache-to
:
type=gha,mode=max
cache-to
:
type=gha,mode=max
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.GITHUB_
EVENT_PULL_REQUEST_HEAD_SHA_SHORT
}}
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.GITHUB_
REF_NAME_SLUG
}}
labels
:
${{ steps.meta.outputs.labels }}
labels
:
${{ steps.meta.outputs.labels }}
build-args
:
|
build-args
:
|
GIT_COMMIT_SHA=${{ env.GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT }}
GIT_COMMIT_SHA=${{ env.GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT }}
...
@@ -69,12 +69,12 @@ jobs:
...
@@ -69,12 +69,12 @@ jobs:
needs
:
push_to_registry
needs
:
push_to_registry
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,DOCKER_IMAGE=prerelease-$GITHUB_
EVENT_PULL_REQUEST_HEAD_SHA_SHORT
env_vars
:
VALUES_DIR=deploy/values/review,APP_NAME=bs-stack,DOCKER_IMAGE=prerelease-$GITHUB_
REF_NAME_SLUG
globalEnv
:
review
globalEnv
:
review
appNamespace
:
review-front-$GITHUB_
HEAD_REF
_SLUG
appNamespace
:
review-front-$GITHUB_
REF_NAME
_SLUG
blockscoutIngressHost
:
blockscout
blockscoutIngressHost
:
blockscout
frontendIngressHost
:
blockscout
frontendIngressHost
:
blockscout
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-$GITHUB_
EVENT_PULL_REQUEST_HEAD_SHA_SHORT
frontendImage
:
ghcr.io/blockscout/frontend:prerelease-$GITHUB_
REF_NAME_SLUG
gethIngressHost
:
geth
gethIngressHost
:
geth
scVerifierIngressHost
:
sc-verifier
scVerifierIngressHost
:
sc-verifier
secrets
:
inherit
secrets
:
inherit
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