add env to deploy
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
|||||||
# - name: Debug metadata outputs
|
# - name: Debug metadata outputs
|
||||||
# run: echo "${{ toJson(steps.meta.outputs) }}"
|
# run: echo "${{ toJson(steps.meta.outputs) }}"
|
||||||
|
|
||||||
|
- name: Create .env file
|
||||||
|
run: |
|
||||||
|
echo ${{ variables.ENV }} > .env
|
||||||
|
|
||||||
- name: Log in to Docker registry
|
- name: Log in to Docker registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user