changing the way to use simple scripts ref1

This commit is contained in:
Piasecki-grid 2025-03-27 18:03:09 +01:00
parent d5d3658b6e
commit 5f73f01916

View file

@ -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