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