diff --git a/.github/workflows/release-gh-image.yaml b/.github/workflows/release-gh-image.yaml index a219450..be2f80c 100644 --- a/.github/workflows/release-gh-image.yaml +++ b/.github/workflows/release-gh-image.yaml @@ -52,6 +52,6 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }}-static + tags: "${{ steps.meta.outputs.tags }}-static" labels: ${{ steps.meta.outputs.labels }} target: "static" \ No newline at end of file