Skip to content

chore: switch to animated gif #8

chore: switch to animated gif

chore: switch to animated gif #8

name: Azure test tapes
on:
push:
branches:
- main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create configuration file
run: |
cat >test/fish-ai.ini <<EOF
[fish-ai]
configuration = test
[test]
provider = azure
server = ${{ secrets.SERVER }}
azure_deployment = ${{ secrets.AZURE_DEPLOYMENT }}
api_key = ${{ secrets.API_KEY }}
EOF
- name: Build container
uses: docker/build-push-action@v5
with:
context: .
push: false