From 6695a88f6f38ef02ec88d0f82573aadd69cc1dde Mon Sep 17 00:00:00 2001 From: Graham Steffaniak Date: Tue, 10 Oct 2023 08:31:36 -0500 Subject: [PATCH] updated --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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