Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
exchain
nebula
Commits
9a7ecbdc
Unverified
Commit
9a7ecbdc
authored
Apr 06, 2022
by
Mark Tyneway
Committed by
GitHub
Apr 06, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2435 from ethereum-optimism/develop
Develop -> Master PR
parents
2c4e4b30
f52d19e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
dry-terms-suffer.md
.changeset/dry-terms-suffer.md
+6
-0
changesets.yml
.github/workflows/changesets.yml
+5
-2
release.yml
.github/workflows/release.yml
+4
-4
No files found.
.changeset/dry-terms-suffer.md
0 → 100644
View file @
9a7ecbdc
---
'
@eth-optimism/go-builder'
:
patch
'
@eth-optimism/js-builder'
:
patch
---
Trigger releases
.github/workflows/changesets.yml
View file @
9a7ecbdc
---
name
:
'
Changeset
integrity
checker'
name
:
Changeset integrity checker
on
:
-
pull_request_target
...
...
@@ -10,5 +10,8 @@ jobs:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
'
changeset
status'
-
name
:
Install Dependencies
uses
:
yarn
-
name
:
Changeset Status
run
:
npx changeset status
.github/workflows/release.yml
View file @
9a7ecbdc
...
...
@@ -170,8 +170,8 @@ jobs:
-
name
:
Publish go-builder
uses
:
docker/build-push-action@v2
with
:
context
:
.
/ops/docker/go-builder
file
:
./Dockerfile
context
:
.
file
:
./
ops/docker/go-builder/
Dockerfile
push
:
true
tags
:
ethereumoptimism/go-builder:${{ needs.release.outputs.go-builder }},ethereumoptimism/go-builder:latest
...
...
@@ -196,8 +196,8 @@ jobs:
-
name
:
Publish js-builder
uses
:
docker/build-push-action@v2
with
:
context
:
.
/ops/docker/js-builder
file
:
./Dockerfile
context
:
.
file
:
./
ops/docker/js-builder/
Dockerfile
push
:
true
tags
:
ethereumoptimism/js-builder:${{ needs.release.outputs.js-builder }},ethereumoptimism/js-builder:latest
...
...
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