Update analytics-ci.yml

This commit is contained in:
Unggu 2025-06-12 17:04:47 +09:00 committed by GitHub
parent a2a4bc6cbd
commit 492f4f3f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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