chore: Removed GitHub CI/CD and moved img folder to .github folder
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 3.8 MiB |
|
After Width: | Height: | Size: 4.0 MiB |
|
After Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 1.8 MiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 2.9 MiB |
|
After Width: | Height: | Size: 1.7 MiB |
@@ -1,16 +0,0 @@
|
||||
name: Build and run
|
||||
run-name: Run application via docker compose
|
||||
on: [push]
|
||||
jobs:
|
||||
docker-compose:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build docker images
|
||||
run: docker compose build
|
||||
shell: bash
|
||||
- name: Run application via docker compose
|
||||
run: docker compose up
|
||||
shell: bash
|
||||
continue-on-error: true
|
||||