Skip to content

Commit

Permalink
Push to auroraprodacr in GitHub Workflows (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Oct 30, 2020
1 parent 704a1ac commit 7ac0af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
registry: [auroradevacr.azurecr.io]
registry: [auroraprodacr.azurecr.io]

steps:
- name: Checkout
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ${{ matrix.registry }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
username: ${{ secrets.DOCKER_PROD_USERNAME }}
password: ${{ secrets.DOCKER_PROD_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 7ac0af3

Please sign in to comment.