From 61882181f0cf7f620c35d0df64038a58eaf8ece9 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Fri, 24 Feb 2023 16:47:21 -0500 Subject: [PATCH] Rename image to extension-init --- .github/actions/docker-build/action.yml | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/docker-build/action.yml b/.github/actions/docker-build/action.yml index b4b0413..8f239f0 100644 --- a/.github/actions/docker-build/action.yml +++ b/.github/actions/docker-build/action.yml @@ -53,4 +53,4 @@ runs: outputs: image: description: The image that was built - value: ${{ inputs.docker-registry }}/linkerd-extension-init:${{ inputs.tag }} + value: ${{ inputs.docker-registry }}/extension-init:${{ inputs.tag }} diff --git a/justfile b/justfile index dba1104..c8bc5fc 100644 --- a/justfile +++ b/justfile @@ -73,7 +73,7 @@ build-image registry tag: fi fi - docker buildx build . $cache_params $output_params -t "{{ registry }}/linkerd-extension-init:{{ tag }}" + docker buildx build . $cache_params $output_params -t "{{ registry }}/extension-init:{{ tag }}" # This tests that some namespace gets annotated as expected. The helm-upgrade # integration test in the linkerd2 repo tests this in the context of the