File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ concurrency:
13
13
cancel-in-progress : true
14
14
15
15
env :
16
- DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
17
- DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
16
+ DOCKER_PASSWORD : ${{ secrets.DH_KEY }}
17
+ DOCKER_USERNAME : ${{ secrets.DH_ORG }}
18
18
# Enable self-hosted runners for the sigp repo only.
19
19
SELF_HOSTED_RUNNERS : ${{ github.repository == 'sigp/lighthouse' }}
20
20
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ concurrency:
10
10
cancel-in-progress : true
11
11
12
12
env :
13
- DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
14
- DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
13
+ DOCKER_PASSWORD : ${{ secrets.DH_KEY }}
14
+ DOCKER_USERNAME : ${{ secrets.DH_ORG }}
15
15
REPO_NAME : ${{ github.repository_owner }}/lighthouse
16
16
IMAGE_NAME : ${{ github.repository_owner }}/lighthouse
17
17
# Enable self-hosted runners for the sigp repo only.
You can’t perform that action at this time.
0 commit comments