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
e6932cc1
Unverified
Commit
e6932cc1
authored
Apr 06, 2022
by
Mark Tyneway
Committed by
GitHub
Apr 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix broken publish + changeset integrity (#2433)
parent
68a933dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
changesets.yml
.github/workflows/changesets.yml
+5
-2
release.yml
.github/workflows/release.yml
+4
-4
No files found.
.github/workflows/changesets.yml
View file @
e6932cc1
---
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 @
e6932cc1
...
...
@@ -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