Change env format
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 8s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 8s
Details
This commit is contained in:
parent
7c1d901523
commit
b9bacf0654
|
@ -14,7 +14,9 @@ jobs:
|
||||||
apk --update add nodejs npm git
|
apk --update add nodejs npm git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- env:
|
||||||
|
GITEA_REPO: ${{ gitea.repository }}
|
||||||
|
run: echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner."
|
||||||
- name: Pass login information
|
- name: Pass login information
|
||||||
env:
|
env:
|
||||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||||
|
|
Loading…
Reference in New Issue