Skip to content

Commit

Permalink
feat(schedule release): include the latest release tag in the schedul…
Browse files Browse the repository at this point in the history
…ed builds
  • Loading branch information
LiyangW committed Mar 12, 2024
1 parent f9c1cdb commit 73e3f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
type=schedule,pattern=${{ steps.base-release.outputs.base-release }}-{{date 'YYYYMMDD'}}
type=schedule,pattern=${{ steps.base-release.outputs.base-release }},enable=${{ github.event_name == 'schedule' }}
type=raw,value=manual,suffix=${{ github.event.inputs.suffix }},enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Should we cache
Expand Down

0 comments on commit 73e3f90

Please sign in to comment.