Skip to content

Commit dc83497

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 6516c6d commit dc83497

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,10 @@ jobs:
107107
run: |
108108
docker version
109109
docker info
110+
- name: Build and publish refresh-token
111+
run: |
112+
make docker-build-refresh-token
113+
env:
114+
REFRESH_TOKEN_IMAGE_VERSION: ${{ needs.prepare-variables.outputs.release_tag }}-arm64
115+
REGISTRY: aksmcrimagescommon.azurecr.io/public/aks/fleet
116+
TARGET_ARCH: arm64

0 commit comments

Comments
 (0)