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