pushing to acr repo resolv v4

This commit is contained in:
Piasecki-grid 2025-03-27 15:17:45 +01:00
parent 4f7d635dd5
commit d5f579cbd7

View file

@ -45,6 +45,7 @@ jobs:
- name: Login to ACR
uses: docker/login-action@v3
with:
registry: ${{ vars.ACR_NAME }}.azurecr.io
username: ${{ secrets.AZURE_CLIENT_ID }}
password: ${{ secrets.AZURE_CLIENT_SECRET }}
@ -52,6 +53,7 @@ jobs:
- name: Docker Build and push
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
grid-capstone-${{ github.sha }}