Skip to content

Commit

Permalink
fix: Workflow tags and labels fix (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pigri authored Sep 7, 2024
2 parents b4f0085 + ed69e1f commit 79c19d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
tags: ${{ steps.rule-service.outputs.tags }}
labels: ${{ steps.rule-service.outputs.labels }}

0 comments on commit 79c19d0

Please sign in to comment.