From e47bae2ef0765f1e3adfeada5027860ad562d31e Mon Sep 17 00:00:00 2001 From: Birgitta Boeckeler Date: Thu, 23 May 2024 12:23:24 +0200 Subject: [PATCH] RENAME: Update workflow, docs --- .github/workflows/main.yml | 8 ++++---- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3075733..1133987 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Team AI Community Knowledge Pack Workflow +name: Haiven Community Knowledge Pack Workflow run-name: Build Docker Image env: @@ -8,7 +8,7 @@ on: push: workflow_dispatch: # allows for manual invocation repository_dispatch: - types: [team-ai-base-new] + types: [haiven-base-new] jobs: @@ -28,7 +28,7 @@ jobs: with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} - # TODO: Can we switch to GITHUB_TOKEN once team-ai repo is public? + # TODO: Can we switch to GITHUB_TOKEN once haiven repo is public? # GH_REGISTRY_TOKEN needs read and write access to packages, to both pull the base image and then push the new image later password: ${{ secrets.GH_REGISTRY_TOKEN }} @@ -49,5 +49,5 @@ jobs: push: true context: ./ build-args: | - REGISTRY_URL=${{ env.REGISTRY }}/tw-team-ai/ + REGISTRY_URL=${{ env.REGISTRY }}/tw-haiven/ TAG=main diff --git a/Dockerfile b/Dockerfile index 0512031..11f8df0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG REGISTRY_URL ARG TAG=main -FROM ${REGISTRY_URL}team-ai:${TAG} +FROM ${REGISTRY_URL}haiven:${TAG} COPY . /app/teams diff --git a/README.md b/README.md index 3e001ee..ceadab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Community Knowledge Pack -This repository is in preparation for publishing the Team AI code. +This repository is in preparation for publishing the Haiven code. At the point in time when that happens, we will publish this repository with a subset of prompts and knowledge bases, and keep a separate "Thoughtworks Knowledge Pack" private.