Added docker image building
This commit is contained in:
parent
0e5982ec62
commit
319d7b2471
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user