Skip to content

handling chat errors | loading sources using threading and async | qa… #7

handling chat errors | loading sources using threading and async | qa…

handling chat errors | loading sources using threading and async | qa… #7

Workflow file for this run

name: Deployment
on:
push:
branches:
- prod
jobs:
build-and-deploy:
§ name: Build and deploy
runs-on: ubuntu-latest

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image
run: |
docker buildx build --platform linux/amd64 -t chat-agh .
- name: Tag
run: |
docker tag chat-agh europe-west4-docker.pkg.dev/chat-agh-417420/docker-repository/chat-agh
- name: Push
run: |
docker push europe-west4-docker.pkg.dev/chat-agh-417420/docker-repository/chat-agh