diff --git a/.github/workflows/push-to-latest.yml b/.github/workflows/push-to-latest.yml index c83041a..333600d 100644 --- a/.github/workflows/push-to-latest.yml +++ b/.github/workflows/push-to-latest.yml @@ -23,4 +23,4 @@ jobs: username: prometheusnet password: ${{ secrets.docker_hub_token }} snapshot: true - buildoptions: '--label version="${{ steps.make_version_string.outputs.versionstring }}"' \ No newline at end of file + buildoptions: '--label version=${{ steps.make_version_string.outputs.versionstring }}' \ No newline at end of file diff --git a/.github/workflows/push-to-master.yml b/.github/workflows/push-to-master.yml index 989dbbb..d884a75 100644 --- a/.github/workflows/push-to-master.yml +++ b/.github/workflows/push-to-master.yml @@ -23,4 +23,4 @@ jobs: username: prometheusnet password: ${{ secrets.docker_hub_token }} snapshot: true - buildoptions: '--label version="${{ steps.make_version_string.outputs.versionstring }}"' \ No newline at end of file + buildoptions: '--label version=${{ steps.make_version_string.outputs.versionstring }}' \ No newline at end of file