Fix syntax error
This commit is contained in:
1
.github/workflows/build_docker.yml
vendored
1
.github/workflows/build_docker.yml
vendored
@@ -21,7 +21,6 @@ jobs:
|
||||
id: buildvars
|
||||
run: |
|
||||
echo "version=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
echo "built_at=$(date +%Y-%m-%dT%H:%M:%S)" >> $GITHUB_OUTPUT
|
||||
echo "git_commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user