Skip to content

Copy /home/beeai/agents/ in the Containerfile #8

Copy /home/beeai/agents/ in the Containerfile

Copy /home/beeai/agents/ in the Containerfile #8

# https://github.com/sclorg/build-and-push-action
name: Build and push to quay.io registry
on:
push:
branches:
- main
jobs:
build-and-push-goose-container:
runs-on: ubuntu-latest
steps:
- name: Build and push goose to quay.io registry
uses: sclorg/build-and-push-action@v4
with:
registry: "quay.io"
registry_namespace: "jotnar"
registry_username: ${{ secrets.REGISTRY_LOGIN }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
dockerfile: "goose-container/Containerfile"
docker_context: "goose-container"
image_name: "goose"
build-and-push-beeai-container:
runs-on: ubuntu-latest
steps:
- name: Build and push beeai to quay.io registry
uses: sclorg/build-and-push-action@v4
with:
registry: "quay.io"
registry_namespace: "jotnar"
registry_username: ${{ secrets.REGISTRY_LOGIN }}
registry_token: ${{ secrets.REGISTRY_TOKEN }}
dockerfile: "beeai/Containerfile"
docker_context: "beeai/"
image_name: "beeai"
# tag: "staging"