Skip to content

Commit

Permalink
path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkR08 committed Jul 4, 2024
1 parent 15f942c commit 403520d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Login to Azure Container Registry
run: az acr login --name demolearnacr
- name: build image
run: docker build -t demolearnacr.azurecr.io/product_list_app:${{ github.sha }} .
run: docker build -t demolearnacr.azurecr.io/demo_dev/product_list_app:${{ github.sha }} .
working-directory: ./myapp
- name : push image to acr
run: docker push demolearnacr.azurecr.io/product_list_app:${{ github.sha }}
run: docker push demolearnacr.azurecr.io/demo_dev/product_list_app:${{ github.sha }}

0 comments on commit 403520d

Please sign in to comment.