chore: temporary skip for docker release ci

This commit is contained in:
Andrew Bastin 2025-03-13 01:44:52 +05:30
parent 795f7cf19b
commit 5b0125b412

View file

@ -39,6 +39,7 @@ jobs:
- name: Build and push the backend container
uses: docker/build-push-action@v4
if: false # TODO: Temporary, remove later
with:
context: .
file: ./prod.Dockerfile
@ -59,6 +60,7 @@ jobs:
- name: Build and push the frontend container
uses: docker/build-push-action@v4
if: false # TODO: Temporary, remove later
with:
context: .
file: ./prod.Dockerfile