mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
This commit is contained in:
@@ -15,6 +15,15 @@ jobs:
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
|
||||
|
||||
- name: Copy .env file
|
||||
run: cp .env{.example,}
|
||||
|
||||
- name: Build the Docker image
|
||||
uses: isbang/compose-action@v1.5.1
|
||||
|
||||
Reference in New Issue
Block a user