Skip to content

Commit 80061fb

Browse files
authored
Merge pull request #38 from siteshwar/beeai-quay
Add build and push GitHub workflow for BeeAI
2 parents 9943025 + e69e496 commit 80061fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build-and-push.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,18 @@ jobs:
1818
dockerfile: "goose-container/Containerfile"
1919
docker_context: "goose-container"
2020
image_name: "goose"
21+
22+
build-and-push-beeai-container:
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Build and push beeai to quay.io registry
26+
uses: sclorg/build-and-push-action@v4
27+
with:
28+
registry: "quay.io"
29+
registry_namespace: "jotnar"
30+
registry_username: ${{ secrets.REGISTRY_LOGIN }}
31+
registry_token: ${{ secrets.REGISTRY_TOKEN }}
32+
dockerfile: "beeai/Containerfile"
33+
docker_context: "beeai/"
34+
image_name: "beeai"
2135
# tag: "staging"

0 commit comments

Comments
 (0)