Skip to content

Commit

Permalink
fix: update rock-update.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
  • Loading branch information
lucabello authored Dec 13, 2024
1 parent 4e4833a commit db2d8ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rock-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update rock
on:
workflow_dispatch: {}
schedule:
- cron: '0 0,4,8,12,16,20 * * *'
- cron: '0 0 * * *'

jobs:
build:
Expand All @@ -23,3 +23,4 @@ jobs:
## traefik environment variable
yq -i 'del(.parts.traefik.build-environment.[] | select (.TRAEFIK_VERSION))' $rockcraft_yaml
tag="\$source_tag" yq -i '.parts.traefik.build-environment += [{"TRAEFIK_VERSION": strenv(tag)}]' $rockcraft_yaml
secrets: inherit

0 comments on commit db2d8ad

Please sign in to comment.