Skip to content

Commit 1c9fab7

Browse files
authored
secrets not transferable to env in merge VM (#3152)
1 parent 8786ee7 commit 1c9fab7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nimbus_docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
workflow_dispatch:
2525

2626
env:
27-
REGISTRY_IMAGE: ${{ secrets.DOCKERHUB_USERNAME }}/nimbus-eth1
27+
REGISTRY_IMAGE: statusim/nimbus-eth1
2828

2929
jobs:
3030
build:
@@ -133,4 +133,4 @@ jobs:
133133
134134
- name: Inspect image
135135
run: |
136-
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
136+
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}

kurtosis-network-params.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ participants:
1919
additional_services:
2020
- tx_spammer
2121
- assertoor
22-
- beacon_metrics_gazer
2322
- blob_spammer
2423
mev_type: null
2524
assertoor_params:

0 commit comments

Comments
 (0)