chore: temporary skip for docker release ci
This commit is contained in:
parent
795f7cf19b
commit
5b0125b412
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release-push-docker.yml
vendored
2
.github/workflows/release-push-docker.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue