Change env format
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 8s Details

This commit is contained in:
Roland Thomas 2023-06-10 18:21:39 -04:00
parent 7c1d901523
commit b9bacf0654
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}