Skip to content

[ALS-7506][ALS-7646] Fix logout bug & add message when timed out (#263) #79

[ALS-7506][ALS-7646] Fix logout bug & add message when timed out (#263)

[ALS-7506][ALS-7646] Fix logout bug & add message when timed out (#263) #79

Workflow file for this run

name: Docker Build
on:
push:
branches: [main, release]
schedule:
- cron: 33 7 * * 1,3,5
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Create mock env file
run: cp .env.test .env
- name: Create mock host file
run: touch httpd-vhosts.conf
- name: Create mock cert dir
run: mkdir cert
- name: Build docker images
run: docker build -f Dockerfile -t picsureui .