fix: Remove relative paths
This commit is contained in:
@@ -56,6 +56,10 @@ jobs:
|
||||
- name: Build Docker image
|
||||
run : |
|
||||
cd sites
|
||||
cp ../templates/* .
|
||||
cp ../.env .
|
||||
cp ../requirements.txt .
|
||||
|
||||
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin
|
||||
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
|
||||
tag=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
|
||||
|
||||
Reference in New Issue
Block a user