We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9943025 + e69e496 commit 80061fbCopy full SHA for 80061fb
.github/workflows/build-and-push.yml
@@ -18,4 +18,18 @@ jobs:
18
dockerfile: "goose-container/Containerfile"
19
docker_context: "goose-container"
20
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"
35
# tag: "staging"
0 commit comments