Skip to content

Commit

Permalink
Rename image to extension-init
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Feb 24, 2023
1 parent 52634af commit 6188218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6188218

Please sign in to comment.