aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
AgeCommit message (Collapse)AuthorFilesLines
14 daysadd: merge prepare params.泽淼 周1-5/+30
2023-01-16fix login errorchrislu1-1/+1
env: RELEASE_VERSION: 101_merge Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Error: Username and password required
2022-03-16release latest docker imagesv1.0.7Chris Lu1-9/+1
2021-09-24add docker metaChris Lu1-1/+16
2021-09-21Update release.yamlChris Lu1-1/+1
2021-09-21Update release.yamlChris Lu1-1/+1
2021-09-21Update release.yamlChris Lu1-1/+1
2021-09-21Update release.yamlChris Lu1-10/+3
2021-09-21Update release.yamlv1.0.6Chris Lu1-1/+1
2021-09-21Update release.yamlv1.0.5Chris Lu1-0/+1
2021-09-21Update release.yamlv1.0.4Chris Lu1-3/+3
2021-09-21Update release.yamlv1.0.3Chris Lu1-0/+1
2021-09-21trying to support more platformsChris Lu1-40/+5
2021-07-12CI: Ensure Docker tags derived from refs include legal charactersCalum MacRae1-1/+1
2021-07-11use actor instead of repo ownerChris Lu1-1/+1
https://github.com/seaweedfs/seaweedfs-csi-driver/pull/27#issuecomment-877774143
2021-07-11use GITHUB_TOKENv1.0.1Chris Lu1-1/+1
2021-07-10Revert "trying GITHUB_TOKEN instead"Chris Lu1-1/+1
This reverts commit 6fefb28e98cc21790e60ad7e9f2b9276041d758a.
2021-07-10trying GITHUB_TOKEN insteadChris Lu1-1/+1
2021-07-10CI: Add release pipelineCalum MacRae1-0/+105
Closes #17