Skip to content

Commit 80af40f

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 4bcfc21 commit 80af40f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build-publish-mcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# NOTE: As exporting a variable from a secret is not possible, the shared variable registry obtained
5555
# from AZURE_REGISTRY secret is not exported from here.
56-
56+
5757
publish-images-amd64:
5858
runs-on:
5959
labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ docker-build-member-agent: docker-buildx-builder
348348

349349
.PHONY: docker-build-refresh-token
350350
docker-build-refresh-token: docker-buildx-builder
351-
echo "Building refresh-token image for $(TARGET_OS)/$(TARGET_ARCH)"
352351
docker buildx build \
353352
--file docker/$(REFRESH_TOKEN_IMAGE_NAME).Dockerfile \
354353
--output=$(OUTPUT_TYPE) \

0 commit comments

Comments
 (0)