Skip to content

Commit

Permalink
fix: change operator label to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwielander committed May 5, 2024
1 parent 56df058 commit 32b53bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
load: true
context: ./operator
file: ./operator/Dockerfile
tags: ${{ steps.meta.outputs.tags }}, operator
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} , operator
-
name: Scan for vulnerabilities
id: scan
Expand Down

0 comments on commit 32b53bf

Please sign in to comment.