From db639b1a89de43d4d2b55613f202d7887c84e486 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 10 Jan 2023 16:31:02 -0500 Subject: [PATCH] add project id to depot --- .github/workflows/docker-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0df455697..4757329e3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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 }},