set push to false to test cache

This commit is contained in:
Maidul Islam
2023-01-10 10:44:51 -05:00
parent 5409bdb0cb
commit b10e28b9b5

View File

@@ -49,7 +49,7 @@ jobs:
- name: 🏗️ Build backend and push
uses: docker/build-push-action@v3
with:
push: true
push: false
context: backend
tags: infisical/backend:${{ steps.commit.outputs.short }},
infisical/backend:latest
@@ -110,7 +110,7 @@ jobs:
- name: 🏗️ Build frontend and push
uses: docker/build-push-action@v3
with:
push: true
push: false
context: frontend
tags: infisical/frontend:${{ steps.commit.outputs.short }},
infisical/frontend:latest