Remove extra quotes
This commit is contained in:
6
.github/workflows/build_docker.yml
vendored
6
.github/workflows/build_docker.yml
vendored
@@ -63,9 +63,9 @@ jobs:
|
|||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
build-args: |
|
build-args: |
|
||||||
BuiltAt=${{ steps.prep.outputs.built_at }}'
|
BuiltAt=${{ steps.prep.outputs.built_at }}
|
||||||
GoVersion=${{ steps.prep.outputs.go_version }}'
|
GoVersion=${{ steps.prep.outputs.go_version }}
|
||||||
GitCommit=${{ steps.prep.outputs.git_commit }}'
|
GitCommit=${{ steps.prep.outputs.git_commit }}
|
||||||
Version=${{ steps.version.outputs.version }}
|
Version=${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user