Skip to content

Small Bugfixes

Small Bugfixes #64

name: Docker Image CI
on:
push:
branches: [ "main", "develop", "deploy"]
pull_request:
branches: [ "main", "develop", "deploy"]
jobs:
build-full-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the full Docker image
run: docker build . --file Dockerfile --tag streamlitapp:latest