Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
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
vicotor
ethereum-package
Commits
ede59626
Unverified
Commit
ede59626
authored
Jun 30, 2024
by
Barnabas Busa
Committed by
GitHub
Jun 30, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove docker login (#701)
parent
02350636
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
nightly.yml
.github/workflows/nightly.yml
+0
-10
per-pr.yml
.github/workflows/per-pr.yml
+0
-17
No files found.
.github/workflows/nightly.yml
View file @
ede59626
...
@@ -24,11 +24,6 @@ jobs:
...
@@ -24,11 +24,6 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
continue-on-error
:
true
continue-on-error
:
true
steps
:
steps
:
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v3
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Setup Kurtosis
-
name
:
Setup Kurtosis
...
@@ -57,11 +52,6 @@ jobs:
...
@@ -57,11 +52,6 @@ jobs:
assertoor-mix-assert
:
assertoor-mix-assert
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v3
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Extract branch name
-
name
:
Extract branch name
...
...
.github/workflows/per-pr.yml
View file @
ede59626
...
@@ -11,11 +11,6 @@ jobs:
...
@@ -11,11 +11,6 @@ jobs:
run_starlark
:
run_starlark
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v3
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Setup Kurtosis
-
name
:
Setup Kurtosis
...
@@ -27,7 +22,6 @@ jobs:
...
@@ -27,7 +22,6 @@ jobs:
-
name
:
Run Starlark
-
name
:
Run Starlark
run
:
|
run
:
|
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
kurtosis run ${{ github.workspace }} --args-file network_params.yaml
kurtosis run ${{ github.workspace }} --args-file network_params.yaml
run_with_args
:
run_with_args
:
...
@@ -45,11 +39,6 @@ jobs:
...
@@ -45,11 +39,6 @@ jobs:
]
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v3
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Setup Kurtosis
-
name
:
Setup Kurtosis
...
@@ -61,7 +50,6 @@ jobs:
...
@@ -61,7 +50,6 @@ jobs:
-
name
:
Run Starlark
-
name
:
Run Starlark
run
:
|
run
:
|
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }}
kurtosis run ${{ github.workspace }} --args-file ${{ matrix.file_name }}
lint
:
lint
:
...
@@ -83,11 +71,6 @@ jobs:
...
@@ -83,11 +71,6 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
timeout-minutes
:
30
timeout-minutes
:
30
steps
:
steps
:
-
name
:
Login to Docker Hub
uses
:
docker/login-action@v3
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Checkout Repository
-
name
:
Checkout Repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
-
name
:
Kurtosis Assertoor GitHub Action
-
name
:
Kurtosis Assertoor GitHub Action
...
...
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