Remove extra unnecessary double quotes
This commit is contained in:
parent
afe4246b5a
commit
adc3bef880
2 changed files with 2 additions and 2 deletions
2
.github/workflows/push-to-latest.yml
vendored
2
.github/workflows/push-to-latest.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
|||
username: prometheusnet
|
||||
password: ${{ secrets.docker_hub_token }}
|
||||
snapshot: true
|
||||
buildoptions: '--label version="${{ steps.make_version_string.outputs.versionstring }}"'
|
||||
buildoptions: '--label version=${{ steps.make_version_string.outputs.versionstring }}'
|
2
.github/workflows/push-to-master.yml
vendored
2
.github/workflows/push-to-master.yml
vendored
|
@ -23,4 +23,4 @@ jobs:
|
|||
username: prometheusnet
|
||||
password: ${{ secrets.docker_hub_token }}
|
||||
snapshot: true
|
||||
buildoptions: '--label version="${{ steps.make_version_string.outputs.versionstring }}"'
|
||||
buildoptions: '--label version=${{ steps.make_version_string.outputs.versionstring }}'
|
Loading…
Add table
Reference in a new issue