Skip to content

Commit dc19ddb

Browse files
committed
no-cache
1 parent cccbf4e commit dc19ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docker-Image-Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY }}
5858
run: |
5959
BUILD_ARGS=$(./scripts/create-env.sh)
60-
docker build $BUILD_ARGS . --tag ghcr.io/aknibircse/rupantor-ai-saas:latest
60+
docker build --no-cache $BUILD_ARGS . --tag ghcr.io/aknibircse/rupantor-ai-saas:latest
6161
6262
- name: Push Docker Image To Registry
6363
run: docker push ghcr.io/aknibircse/rupantor-ai-saas:latest

0 commit comments

Comments
 (0)