Skip to content

Commit

Permalink
Don't use secrets for the docker username
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Jun 28, 2023
1 parent 53fc9a4 commit 6be178c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-testnet-l1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: azure/docker-login@v1
with:
login-server: testnetobscuronet.azurecr.io
username: ${{ secrets.REGISTRY_USERNAME }}
username: testnetobscuronet
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: 'Build and push image'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: azure/docker-login@v1
with:
login-server: testnetobscuronet.azurecr.io
username: ${{ secrets.REGISTRY_USERNAME }}
username: testnetobscuronet
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: 'Build and push obscuro node images'
Expand Down

0 comments on commit 6be178c

Please sign in to comment.