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
e9ca3e7c
Commit
e9ca3e7c
authored
May 24, 2023
by
Nick Zenchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing short_sha var name for review envs
parent
0373845b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
publish-docker-deploy-review-l2.yml
.github/workflows/publish-docker-deploy-review-l2.yml
+2
-2
publish-docker-deploy-review.yml
.github/workflows/publish-docker-deploy-review.yml
+2
-2
No files found.
.github/workflows/publish-docker-deploy-review-l2.yml
View file @
e9ca3e7c
...
@@ -40,7 +40,7 @@ jobs:
...
@@ -40,7 +40,7 @@ jobs:
-
name
:
Add outputs
-
name
:
Add outputs
run
:
|
run
:
|
echo "::set-output name=short-sha::${{ env.
GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT
}}"
echo "::set-output name=short-sha::${{ env.
SHORT_SHA
}}"
id
:
output-step
id
:
output-step
-
name
:
Build and push
-
name
:
Build and push
...
@@ -53,7 +53,7 @@ jobs:
...
@@ -53,7 +53,7 @@ jobs:
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.GITHUB_REF_NAME_SLUG }}
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.
SHORT_SHA
}}
deploy_review_l2
:
deploy_review_l2
:
name
:
Deploy review l2
name
:
Deploy review l2
...
...
.github/workflows/publish-docker-deploy-review.yml
View file @
e9ca3e7c
...
@@ -40,7 +40,7 @@ jobs:
...
@@ -40,7 +40,7 @@ jobs:
-
name
:
Add outputs
-
name
:
Add outputs
run
:
|
run
:
|
echo "::set-output name=short-sha::${{ env.
GITHUB_EVENT_PULL_REQUEST_HEAD_SHA_SHORT
}}"
echo "::set-output name=short-sha::${{ env.
SHORT_SHA
}}"
id
:
output-step
id
:
output-step
-
name
:
Build and push
-
name
:
Build and push
...
@@ -53,7 +53,7 @@ jobs:
...
@@ -53,7 +53,7 @@ jobs:
tags
:
ghcr.io/blockscout/frontend:prerelease-${{ env.GITHUB_REF_NAME_SLUG }}
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.
SHORT_SHA
}}
deploy_review
:
deploy_review
:
name
:
Deploy review
name
:
Deploy review
...
...
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