Skip to content

Commit

Permalink
RENAME: Update workflow, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
birgitta410 committed May 23, 2024
1 parent cd0f362 commit e47bae2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Team AI Community Knowledge Pack Workflow
name: Haiven Community Knowledge Pack Workflow
run-name: Build Docker Image

env:
Expand All @@ -8,7 +8,7 @@ on:
push:
workflow_dispatch: # allows for manual invocation
repository_dispatch:
types: [team-ai-base-new]
types: [haiven-base-new]

jobs:

Expand All @@ -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 }}

Expand All @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG REGISTRY_URL
ARG TAG=main

FROM ${REGISTRY_URL}team-ai:${TAG}
FROM ${REGISTRY_URL}haiven:${TAG}

COPY . /app/teams

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit e47bae2

Please sign in to comment.