Skip to content

Commit

Permalink
Feat/schedule build latest tag (#35)
Browse files Browse the repository at this point in the history
* added ibm cloud api key

* feat(schedule release): include the latest release tag in the scheduled builds

* revert
  • Loading branch information
LiyangW authored Mar 12, 2024
1 parent f0a320f commit 8b16d34
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 @@ -146,6 +146,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 8b16d34

Please sign in to comment.