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
6c901c56
Unverified
Commit
6c901c56
authored
Dec 04, 2024
by
Rafael Matias
Committed by
GitHub
Dec 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): remove docker user as secret (#848)
parent
bc89ad31
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
nightly.yml
.github/workflows/nightly.yml
+2
-2
per-pr.yml
.github/workflows/per-pr.yml
+3
-3
No files found.
.github/workflows/nightly.yml
View file @
6c901c56
...
...
@@ -28,7 +28,7 @@ jobs:
uses
:
actions/checkout@v4
-
uses
:
./.github/actions/docker-login
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
username
:
ethpandaops
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Setup Kurtosis
uses
:
./.github/actions/kurtosis-install
...
...
@@ -67,7 +67,7 @@ jobs:
uses
:
actions/checkout@v4
-
uses
:
./.github/actions/docker-login
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
username
:
ethpandaops
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Kurtosis Assertoor GitHub Action
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
...
...
.github/workflows/per-pr.yml
View file @
6c901c56
...
...
@@ -15,7 +15,7 @@ jobs:
uses
:
actions/checkout@v4
-
uses
:
./.github/actions/docker-login
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
username
:
ethpandaops
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Setup Kurtosis
uses
:
./.github/actions/kurtosis-install
...
...
@@ -42,7 +42,7 @@ jobs:
uses
:
actions/checkout@v4
-
uses
:
./.github/actions/docker-login
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
username
:
ethpandaops
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Setup Kurtosis
uses
:
./.github/actions/kurtosis-install
...
...
@@ -68,7 +68,7 @@ jobs:
uses
:
actions/checkout@v4
-
uses
:
./.github/actions/docker-login
with
:
username
:
${{ secrets.DOCKER_USERNAME }}
username
:
ethpandaops
password
:
${{ secrets.DOCKER_PASSWORD }}
-
name
:
Kurtosis Assertoor GitHub Action
uses
:
ethpandaops/kurtosis-assertoor-github-action@v1
...
...
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