diff --git a/action.yml b/action.yml index 54d6fdd..a904e2b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: "docker-ros" description: "docker-ros automatically builds development and deployment Docker images for your ROS-based repositories." +branding: + color: blue + icon: package inputs: @@ -345,4 +348,4 @@ runs: VCS_IMPORT_FILE: ${{ inputs.vcs-import-file }} ENABLE_RECURSIVE_VCS_IMPORT: ${{ inputs.enable-recursive-vcs-import }} _ENABLE_IMAGE_PUSH: true - _IMAGE_POSTFIX: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && format('_{0}_ci', steps.slugify-ref-name.outputs.slug) || '' }} \ No newline at end of file + _IMAGE_POSTFIX: ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && format('_{0}_ci', steps.slugify-ref-name.outputs.slug) || '' }}