Skip to content

Authentication with Google, GitHub and Azure fixes #2

Authentication with Google, GitHub and Azure fixes

Authentication with Google, GitHub and Azure fixes #2

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create .env file
run: |
echo "REACT_APP_SUPABASE_URL=${{ secrets.REACT_APP_SUPABASE_URL }}" >> .env
echo "REACT_APP_SUPABASE_ANON_KEY=${{ secrets.REACT_APP_SUPABASE_ANON_KEY }}" >> .env
- name: Build the Docker image
run: docker build . --file Dockerfile --tag astrabert/books-mixer-ai:dev$(date +%s)