mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
changing the way to use simple scripts ref1
This commit is contained in:
parent
d5d3658b6e
commit
5f73f01916
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -59,8 +59,8 @@ jobs:
|
||||||
- name: Docker Build and push
|
- name: Docker Build and push
|
||||||
run: |
|
run: |
|
||||||
az acr login --name ${{ vars.ACR_NAME }}
|
az acr login --name ${{ vars.ACR_NAME }}
|
||||||
docker build -t ${{ ACR_NAME }}.azurecr.io/grid-capstone:${{ github.sha }} .
|
docker build -t ${{ vars.ACR_NAME }}.azurecr.io/grid-capstone:${{ github.sha }} .
|
||||||
docker push ${{ ACR_NAME }}.azurecr.io/grid-capstone:${{ github.sha }}
|
docker push ${{ vars.ACR_NAME }}.azurecr.io/grid-capstone:${{ github.sha }}
|
||||||
|
|
||||||
|
|
||||||
- name: Getting access to the cluster
|
- name: Getting access to the cluster
|
||||||
|
|
Loading…
Reference in a new issue