Skip to content

Commit 192334f

Browse files
authored
Merge pull request #766 from Azure/fix-image-sync-image-push
Fix image push
2 parents 971240f + 5af6052 commit 192334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aro-hcp-dev-env-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
- name: Push image-sync container image
417417
if: github.event.pull_request.merged == true
418418
run: |
419-
cd image-sync/oc-mirror
419+
cd tooling/image-sync
420420
az acr login --name ${ARO_HCP_IMAGE_ACR}
421421
make push
422422

0 commit comments

Comments
 (0)