Skip to content

Commit 6ff2002

Browse files
chore(workflows): remove Docker Hub credentials from build workflows for enhanced security
1 parent b39466f commit 6ff2002

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.github/workflows/build-dev-latest.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ jobs:
2828
docker_repository: "ethpandaops/assertoor"
2929
docker_tag_prefix: "master"
3030
additional_tags: "['master','master-latest','latest']"
31-
secrets:
32-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
33-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build-dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,3 @@ jobs:
7777
docker_repository: "ethpandaops/assertoor"
7878
docker_tag_prefix: ${{needs.prinfo.outputs.docker_tag}}
7979
additional_tags: "['${{needs.prinfo.outputs.docker_tag}}','${{needs.prinfo.outputs.docker_tag}}-latest']"
80-
secrets:
81-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
82-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build-master.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
docker_repository: "ethpandaops/assertoor"
3030
docker_tag_prefix: "master"
3131
additional_tags: "['master','master-latest']"
32-
secrets:
33-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
34-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
3532

3633
update_project_wiki:
3734
name: Generate project documentation

.github/workflows/build-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
docker_repository: "ethpandaops/assertoor"
2222
docker_tag_prefix: "v${{ inputs.version }}"
2323
additional_tags: "['v${{ inputs.version }}','latest']"
24-
secrets:
25-
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
26-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
2724

2825
create_release:
2926
name: Create Release

0 commit comments

Comments
 (0)