feat(build-workflow): update head
This commit is contained in:
parent
4bba674134
commit
1aaf172246
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
docker build -f backend.dockerfile -t itzcrazykns1337/perplexica-backend:main .
|
docker build -f backend.dockerfile -t itzcrazykns1337/perplexica-backend:main .
|
||||||
docker build -f app.dockerfile -t itzcrazykns1337/perplexica-frontend:main .
|
docker build -f app.dockerfile -t itzcrazykns1337/perplexica-frontend:main .
|
||||||
|
|
Loading…
Add table
Reference in a new issue