Skip to content

Commit 0407cfa

Browse files
authored
Update main_githubreposecretsapp.yml
1 parent d94b27c commit 0407cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_githubreposecretsapp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Log in to registry
2323
uses: docker/login-action@v2
2424
with:
25-
registry: https://githubreposecrets.azurecr.io/
25+
registry: https://githubreposecretscr.azurecr.io/
2626
username: ${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}
2727
password: ${{ secrets.AzureAppService_ContainerPassword_223edf3cf9104425b323d1d0d06d998e }}
2828

2929
- name: Build and push container image to registry
3030
uses: docker/build-push-action@v3
3131
with:
3232
push: true
33-
tags: githubreposecrets.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}
33+
tags: githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}
3434
file: ./src/Dockerfile
3535
context: ./src
3636

@@ -49,4 +49,4 @@ jobs:
4949
app-name: 'githubreposecretsapp'
5050
slot-name: 'production'
5151
publish-profile: ${{ secrets.AzureAppService_PublishProfile_9eed1e88bdaa469cbcea66a3101a2894 }}
52-
images: 'githubreposecrets.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}'
52+
images: 'githubreposecretscr.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_3aa392e9684d40e3b398c71b1d26b6e2 }}/githubreposecrets:${{ github.sha }}'

0 commit comments

Comments
 (0)