mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
pushing to acr repo resolv v4
This commit is contained in:
parent
4f7d635dd5
commit
d5f579cbd7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue