From 0f9a8b6bf68dd01ccd7357bdd1dd92fe9c56e30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Thu, 26 Jan 2023 21:11:55 +0100 Subject: [PATCH] fixed workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 36d40bc..10d93b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -168,5 +168,5 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7,linux/arm/v8 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps..outputs.tags }} - labels: ${{ steps..outputs.labels }} \ No newline at end of file + tags: ${{ steps.semver.outputs.tags }} + labels: ${{ steps.semver.outputs.labels }} \ No newline at end of file