4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -41,6 +41,10 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Copy .env
|
||||
run: |
|
||||
cp .env.example .env
|
||||
- name: Build and export to Docker
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user