add project id to depot

This commit is contained in:
Maidul Islam
2023-01-10 16:31:02 -05:00
parent fbe2297ed6
commit db639b1a89

View File

@ -27,6 +27,7 @@ jobs:
- name: 📦 Build backend and export to Docker
uses: depot/build-push-action@v1
with:
project: 64mmf0n610
load: true
context: backend
tags: infisical/backend:test
@ -42,6 +43,7 @@ jobs:
- name: 🏗️ Build backend and push
uses: depot/build-push-action@v1
with:
project: 64mmf0n610
push: true
context: backend
tags: infisical/backend:${{ steps.commit.outputs.short }},
@ -73,6 +75,7 @@ jobs:
uses: depot/build-push-action@v1
with:
load: true
project: 64mmf0n610
context: frontend
tags: infisical/frontend:test
build-args: |
@ -89,6 +92,7 @@ jobs:
- name: 🏗️ Build frontend and push
uses: depot/build-push-action@v1
with:
project: 64mmf0n610
push: true
context: frontend
tags: infisical/frontend:${{ steps.commit.outputs.short }},