Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
2568c6d4
Commit
2568c6d4
authored
2 years ago
by
Sergejs Kostjucenko
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move rules into common place (#13428)
parent
b793666c
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
substrate/scripts/ci/docker/substrate.Dockerfile.README.md
+1
-0
1 addition, 0 deletions
substrate/scripts/ci/docker/substrate.Dockerfile.README.md
substrate/scripts/ci/gitlab/pipeline/publish.yml
+10
-2
10 additions, 2 deletions
substrate/scripts/ci/gitlab/pipeline/publish.yml
with
11 additions
and
2 deletions
substrate/scripts/ci/docker/substrate.Dockerfile.README.md
0 → 100644
+
1
−
0
View file @
2568c6d4
# Substrate Docker Image
\ No newline at end of file
This diff is collapsed.
Click to expand it.
substrate/scripts/ci/gitlab/pipeline/publish.yml
+
10
−
2
View file @
2568c6d4
...
...
@@ -60,6 +60,10 @@
DOCKER_USERNAME
:
$Docker_Hub_User_Parity
DOCKER_PASSWORD
:
$Docker_Hub_Pass_Parity
README_FILEPATH
:
$CI_PROJECT_DIR/scripts/ci/docker/$PRODUCT.Dockerfile.README.md
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "master"
changes
:
-
scripts/ci/docker/$PRODUCT.Dockerfile.README.md
script
:
-
cd / && sh entrypoint.sh
...
...
@@ -81,6 +85,12 @@ publish-docker-substrate:
variables
:
PRODUCT
:
substrate
publish-docker-description-substrate
:
extends
:
.push-docker-image-description
variables
:
PRODUCT
:
substrate
SHORT_DESCRIPTION
:
"
Substrate
Docker
Image."
publish-docker-substrate-temporary
:
extends
:
.build-push-image-temporary
needs
:
...
...
@@ -105,8 +115,6 @@ publish-docker-subkey:
publish-docker-description-subkey
:
extends
:
.push-docker-image-description
needs
:
-
job
:
build-subkey-linux
variables
:
PRODUCT
:
subkey
SHORT_DESCRIPTION
:
"
The
subkey
program
is
a
key
management
utility
for
Substrate-based
blockchains."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment