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