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
9576bed0
Unverified
Commit
9576bed0
authored
Jun 12, 2023
by
Mark Tyneway
Committed by
GitHub
Jun 12, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5963 from ethereum-optimism/cleanup/delete-legacy-docker-builds
ci: delete legacy docker builds
parents
54e6300a
2cdac1b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
193 deletions
+0
-193
publish-canary.yml
.github/workflows/publish-canary.yml
+0
-83
release.yml
.github/workflows/release.yml
+0
-110
No files found.
.github/workflows/publish-canary.yml
View file @
9576bed0
...
...
@@ -20,10 +20,7 @@ jobs:
balance-mon
:
${{ steps.packages.outputs.balance-mon }}
drippie-mon
:
${{ steps.packages.outputs.drippie-mon }}
wd-mon
:
${{ steps.packages.outputs.wd-mon }}
contracts
:
${{ steps.packages.outputs.contracts }}
contracts-bedrock
:
${{ steps.packages.outputs.contracts-bedrock }}
replica-healthcheck
:
${{ steps.packages.outputs.replica-healthcheck }}
hardhat-node
:
${{ steps.packages.outputs.hardhat-node }}
canary-docker-tag
:
${{ steps.docker-image-name.outputs.canary-docker-tag }}
op-exporter
:
${{ steps.packages.outputs.op-exporter }}
endpoint-monitor
:
${{ steps.packages.outputs.endpoint-monitor }}
...
...
@@ -121,32 +118,6 @@ jobs:
push
:
true
tags
:
ethereumoptimism/l2geth:${{ needs.canary-publish.outputs.canary-docker-tag }}
hardhat-node
:
name
:
Publish Hardhat Node ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs
:
canary-publish
if
:
needs.canary-publish.outputs.hardhat-node != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Build and push
uses
:
docker/build-push-action@v2
with
:
context
:
./ops/docker/hardhat
file
:
./ops/docker/hardhat/Dockerfile
push
:
true
tags
:
ethereumoptimism/hardhat-node:${{ needs.canary-publish.outputs.canary-docker-tag }}
fault-detector
:
name
:
Publish Fault Detector Version ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs
:
canary-publish
...
...
@@ -255,60 +226,6 @@ jobs:
push
:
true
tags
:
ethereumoptimism/wd-mon:${{ needs.canary-publish.outputs.canary-docker-tag }}
contracts
:
name
:
Publish Deployer Version ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs
:
canary-publish
if
:
needs.canary-publish.outputs.contracts != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Build and push
uses
:
docker/build-push-action@v2
with
:
context
:
.
file
:
./ops/docker/Dockerfile.packages
target
:
deployer
push
:
true
tags
:
ethereumoptimism/deployer:${{ needs.canary-publish.outputs.canary-docker-tag }}
contracts-bedrock
:
name
:
Publish deployer-bedrock Version ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs
:
canary-publish
if
:
needs.canary-publish.outputs.contracts-bedrock != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Build and push
uses
:
docker/build-push-action@v2
with
:
context
:
.
file
:
./ops/docker/Dockerfile.packages
target
:
deployer-bedrock
push
:
true
tags
:
ethereumoptimism/deployer-bedrock:${{ needs.canary-publish.outputs.canary-docker-tag }}
replica-healthcheck
:
name
:
Publish Replica Healthcheck Version ${{ needs.canary-publish.outputs.canary-docker-tag }}
needs
:
canary-publish
...
...
.github/workflows/release.yml
View file @
9576bed0
...
...
@@ -19,12 +19,8 @@ jobs:
balance-mon
:
${{ steps.packages.outputs.drippie-mon }}
drippie-mon
:
${{ steps.packages.outputs.drippie-mon }}
wd-mon
:
${{ steps.packages.outputs.wd-mon }}
contracts
:
${{ steps.packages.outputs.contracts }}
contracts-bedrock
:
${{ steps.packages.outputs.contracts-bedrock }}
replica-healthcheck
:
${{ steps.packages.outputs.replica-healthcheck }}
hardhat-node
:
${{ steps.packages.outputs.hardhat-node }}
op-exporter
:
${{ steps.packages.outputs.op-exporter }}
foundry
:
${{ steps.packages.outputs.foundry }}
endpoint-monitor
:
${{ steps.packages.outputs.endpoint-monitor }}
steps
:
...
...
@@ -106,58 +102,6 @@ jobs:
push
:
true
tags
:
ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }},ethereumoptimism/l2geth:latest
hardhat-node
:
name
:
Publish Hardhat Node ${{ needs.release.outputs.hardhat-node }}
needs
:
release
if
:
needs.release.outputs.hardhat-node != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Publish Hardhat Node
uses
:
docker/build-push-action@v2
with
:
context
:
./ops/docker/hardhat
file
:
./ops/docker/hardhat/Dockerfile
push
:
true
tags
:
ethereumoptimism/hardhat-node:${{ needs.release.outputs.hardhat-node }},ethereumoptimism/hardhat-node:latest
foundry
:
name
:
Publish foundry ${{ needs.release.outputs.foundry }}
needs
:
release
if
:
needs.release.outputs.foundry != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Publish foundry
uses
:
docker/build-push-action@v2
with
:
context
:
.
file
:
./ops/docker/foundry/Dockerfile
push
:
true
tags
:
ethereumoptimism/foundry:${{ needs.release.outputs.foundry }},ethereumoptimism/foundry:latest
op-exporter
:
name
:
Publish op-exporter Version ${{ needs.release.outputs.op-exporter}}
needs
:
release
...
...
@@ -303,60 +247,6 @@ jobs:
push
:
true
tags
:
ethereumoptimism/drippie-mon:${{ needs.release.outputs.drippie-mon }},ethereumoptimism/drippie-mon:latest
contracts
:
name
:
Publish Deployer Version ${{ needs.release.outputs.contracts }}
needs
:
release
if
:
needs.release.outputs.contracts != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Build and push
uses
:
docker/build-push-action@v2
with
:
context
:
.
file
:
./ops/docker/Dockerfile.packages
target
:
deployer
push
:
true
tags
:
ethereumoptimism/deployer:${{ needs.release.outputs.contracts }},ethereumoptimism/deployer:latest
contracts-bedrock
:
name
:
Publish deployer-bedrock Version ${{ needs.release.outputs.contracts-bedrock }}
needs
:
release
if
:
needs.release.outputs.contracts != ''
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v1
with
:
username
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_USERNAME }}
password
:
${{ secrets.DOCKERHUB_ACCESS_TOKEN_SECRET }}
-
name
:
Build and push
uses
:
docker/build-push-action@v2
with
:
context
:
.
file
:
./ops/docker/Dockerfile.packages
target
:
deployer-bedrock
push
:
true
tags
:
ethereumoptimism/deployer-bedrock:${{ needs.release.outputs.contracts-bedrock }},ethereumoptimism/deployer-bedrock:latest
replica-healthcheck
:
name
:
Publish Replica Healthcheck Version ${{ needs.release.outputs.replica-healthcheck }}
needs
:
release
...
...
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