Skip to content

Commit

Permalink
Change nightly build naming (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala authored Feb 16, 2024
1 parent c831a70 commit de5b0b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schedule build with latest image SHA versions
name: Schedule nightly build with latest image SHA versions

on:
schedule:
Expand All @@ -11,7 +11,7 @@ jobs:
secrets: inherit
with:
kuadrantOperatorVersion: ${{ github.sha }}
kuadrantOperatorTag: ${{ github.sha }}
kuadrantOperatorTag: nightly-$(date +'%d-%m-%Y')
authorinoOperatorVersion: ${{ vars.AUTHORINO_OPERATOR_SHA }}
limitadorOperatorVersion: ${{ vars.LIMITADOR_OPERATOR_SHA }}
policyControllerVersion: ${{ vars.POLICY_CONTROLLER_SHA }}
Expand Down

0 comments on commit de5b0b8

Please sign in to comment.