Skip to content

Commit

Permalink
fixed call to semver-action
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Dec 6, 2024
1 parent 24aee0f commit bc95040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trivy_periodic_image_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "0 0 * * *"

jobs:
lower-case:
get-image-reference:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -26,6 +26,7 @@ jobs:
branch: main
skipInvalidTags: true
noNewCommitBehavior: current
noVersionBumpBehavior: current
prefix: "v"

- name: Ensure image name is lower case
Expand Down

0 comments on commit bc95040

Please sign in to comment.