Update analytics-ci.yml
This commit is contained in:
parent
a2a4bc6cbd
commit
492f4f3f68
6
.github/workflows/analytics-ci.yml
vendored
6
.github/workflows/analytics-ci.yml
vendored
@ -70,9 +70,7 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker-container
|
||||
|
||||
|
||||
- name: Log in to Azure Container Registry
|
||||
uses: azure/docker-login@v1
|
||||
with:
|
||||
@ -90,8 +88,6 @@ jobs:
|
||||
tags: |
|
||||
${{ env.ACR_NAME }}.azurecr.io/${{ env.IMAGE_NAME }}:${{ steps.timestamp.outputs.BUILD_TIME }}
|
||||
${{ env.ACR_NAME }}.azurecr.io/${{ env.IMAGE_NAME }}:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Output image tags
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user