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 4651ebc commit 8118db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-dev-obscuroscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: azure/docker-login@v1
with:
login-server: testnetobscuronet.azurecr.io
username: ${{ secrets.REGISTRY_USERNAME }}
username: testnetobscuronet
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: |
DOCKER_BUILDKIT=1 docker build -t testnetobscuronet.azurecr.io/obscuronet/dev_testnet_obscuroscan:latest -f testnet/obscuroscan.Dockerfile .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-obscuroscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: azure/docker-login@v1
with:
login-server: testnetobscuronet.azurecr.io
username: ${{ secrets.REGISTRY_USERNAME }}
username: testnetobscuronet
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Docker Build & Push to ACR
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-upgrade-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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 8118db8

Please sign in to comment.