We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcfc21 commit 80af40fCopy full SHA for 80af40f
.github/workflows/build-publish-mcr.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# NOTE: As exporting a variable from a secret is not possible, the shared variable registry obtained
55
# from AZURE_REGISTRY secret is not exported from here.
56
-
+
57
publish-images-amd64:
58
runs-on:
59
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
Makefile
@@ -348,7 +348,6 @@ docker-build-member-agent: docker-buildx-builder
348
349
.PHONY: docker-build-refresh-token
350
docker-build-refresh-token: docker-buildx-builder
351
- echo "Building refresh-token image for $(TARGET_OS)/$(TARGET_ARCH)"
352
docker buildx build \
353
--file docker/$(REFRESH_TOKEN_IMAGE_NAME).Dockerfile \
354
--output=$(OUTPUT_TYPE) \
0 commit comments