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