Remove extra quotes

This commit is contained in:
Ben Sarmiento
2023-12-01 14:19:43 +01:00
parent 25e4dbb8b0
commit 0da26fea85

View File

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