From 75018e1547bdfa662590c8255bbd9df7df78677a Mon Sep 17 00:00:00 2001 From: David Papp Date: Sat, 7 Sep 2024 17:10:53 +0200 Subject: [PATCH] fix: Workflow tags and labels fix --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b65694c..394c3ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,8 +50,8 @@ jobs: context: . platforms: linux/arm64,linux/amd64 push: true - tags: ${{ steps.api.outputs.tags }} - labels: ${{ steps.api.outputs.labels }} + tags: ${{ steps.openshield.outputs.tags }} + labels: ${{ steps.openshield.outputs.labels }} rule-service-release: runs-on: ubuntu-latest @@ -98,5 +98,5 @@ jobs: context: rules/rule-service platforms: linux/arm64,linux/amd64 push: true - tags: ${{ steps.api.outputs.tags }} - labels: ${{ steps.api.outputs.labels }} \ No newline at end of file + tags: ${{ steps.rule-service.outputs.tags }} + labels: ${{ steps.rule-service.outputs.labels }} \ No newline at end of file