Merge pull request #2241 from fidencio/wip/use-the-correct-image-for-kata-deploy

kata-deploy: Use the correct image for kata-deploy
This commit is contained in:
Fabiano Fidêncio
2021-07-15 00:59:45 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
FROM microsoft/azure-cli:latest
FROM mcr.microsoft.com/azure-cli:latest
LABEL com.github.actions.name="Test kata-deploy in an AKS cluster"
LABEL com.github.actions.description="Test kata-deploy in an AKS cluster"