Added docker image building
This commit is contained in:
parent
003be92aba
commit
0e5982ec62
|
|
@ -95,13 +95,17 @@ jobs:
|
|||
webhookUrl: '${{ secrets.GOOGLE_CHAT_WEBHOOK }}'
|
||||
jobStatus: ${{ job.status }}
|
||||
title: Build failed
|
||||
|
||||
- name: deploy
|
||||
if: ${{ success() }}
|
||||
run: docker build -t targo_frontend .
|
||||
|
||||
deploy:
|
||||
needs: [lint, test, build]
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.ref == 'refs/heads/main'
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- run: docker build -t targo_frontend .
|
||||
#deploy:
|
||||
# needs: [lint, test, build]
|
||||
# runs-on: ubuntu-24.04
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
# permissions:
|
||||
# contents: read
|
||||
# id-token: write
|
||||
# steps:
|
||||
# - run: docker build -t targo_frontend .
|
||||
Loading…
Reference in New Issue
Block a user