Added docker image building

This commit is contained in:
Frédérick Pruneau 2026-02-05 15:29:29 -05:00
parent 0e5982ec62
commit 319d7b2471
Signed by: fred
SSH Key Fingerprint: SHA256:NE8ZTR2qtoXf35Rq2m2y6PQA0sIUFPVTEIsGwG9FsXk

View File

@ -11,7 +11,7 @@ on:
branches: [main] branches: [main]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ gitea.workflow }}-${{ gitea.ref }}
cancel-in-progress: true cancel-in-progress: true
permissions: permissions:
@ -96,9 +96,9 @@ jobs:
jobStatus: ${{ job.status }} jobStatus: ${{ job.status }}
title: Build failed title: Build failed
- name: deploy #- name: deploy
if: ${{ success() }} # if: ${{ success() }}
run: docker build -t targo_frontend . # run: docker build -t targo_frontend .
#deploy: #deploy:
# needs: [lint, test, build] # needs: [lint, test, build]