diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df24e82b..7e77d2bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,5 +81,5 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 file: ./Dockerfile push: true - tags: ${{ steps.modify-json.outputs.modified_json | fromJSON | .tags }} - labels: ${{ steps.modify-json.outputs.modified_json | fromJSON | .labels }} \ No newline at end of file + tags: ${{ steps.modify-json.outputs.modified_json }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file