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
0d6ec566
Unverified
Commit
0d6ec566
authored
Jul 08, 2021
by
Liam Horne
Committed by
GitHub
Jul 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1219 from ethereum-optimism/liam/latest
ci: release latest image tags on release
parents
88832fc6
18332e5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
release.yml
.github/workflows/release.yml
+7
-7
No files found.
.github/workflows/release.yml
View file @
0d6ec566
...
...
@@ -91,7 +91,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.geth
push
:
true
tags
:
ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }}
tags
:
ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }}
,ethereumoptimism/l2geth:latest
-
name
:
Publish op_exporter
uses
:
docker/build-push-action@v2
...
...
@@ -107,7 +107,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.rpc-proxy
push
:
true
tags
:
ethereumoptimism/rpc-proxy:${{ needs.release.outputs.l2geth }}
tags
:
ethereumoptimism/rpc-proxy:${{ needs.release.outputs.l2geth }}
,ethereumoptimism/rpc-proxy:latest
gas-oracle
:
name
:
Publish Gas Oracle Version ${{ needs.release.outputs.gas-oracle }}
...
...
@@ -193,7 +193,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.message-relayer
push
:
true
tags
:
ethereumoptimism/message-relayer:${{ needs.builder.outputs.message-relayer }}
tags
:
ethereumoptimism/message-relayer:${{ needs.builder.outputs.message-relayer }}
,ethereumoptimism/message-relayer:latest
batch-submitter
:
name
:
Publish Batch Submitter Version ${{ needs.builder.outputs.batch-submitter }}
...
...
@@ -219,7 +219,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.batch-submitter
push
:
true
tags
:
ethereumoptimism/batch-submitter:${{ needs.builder.outputs.batch-submitter }}
tags
:
ethereumoptimism/batch-submitter:${{ needs.builder.outputs.batch-submitter }}
,ethereumoptimism/batch-submitter:latest
data-transport-layer
:
name
:
Publish Data Transport Layer Version ${{ needs.builder.outputs.data-transport-layer }}
...
...
@@ -245,7 +245,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.data-transport-layer
push
:
true
tags
:
ethereumoptimism/data-transport-layer:${{ needs.builder.outputs.data-transport-layer }}
tags
:
ethereumoptimism/data-transport-layer:${{ needs.builder.outputs.data-transport-layer }}
,ethereumoptimism/data-transport-layer:latest
contracts
:
name
:
Publish Deployer Version ${{ needs.builder.outputs.contracts }}
...
...
@@ -271,7 +271,7 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.deployer
push
:
true
tags
:
ethereumoptimism/deployer:${{ needs.builder.outputs.contracts }}
tags
:
ethereumoptimism/deployer:${{ needs.builder.outputs.contracts }}
,ethereumoptimism/deployer:latest
integration_tests
:
name
:
Publish Integration tests ${{ needs.builder.outputs.integration-tests }}
...
...
@@ -297,4 +297,4 @@ jobs:
context
:
.
file
:
./ops/docker/Dockerfile.integration-tests
push
:
true
tags
:
ethereumoptimism/integration-tests:${{ needs.builder.outputs.integration-tests }}
tags
:
ethereumoptimism/integration-tests:${{ needs.builder.outputs.integration-tests }}
,ethereumoptimism/integration-tests: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