mirror of https://github.com/Mai-with-u/MaiBot.git
Fix gitignore formatting and remove irrelevant tags from dev workflow
Co-authored-by: infinitycat233 <103594839+infinitycat233@users.noreply.github.com>pull/1419/head
parent
4c3e16eace
commit
0e977a73bd
|
|
@ -141,11 +141,6 @@ jobs:
|
|||
images: ${{ secrets.DOCKERHUB_USERNAME }}/maibot
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=sha,prefix=${{ github.ref_name }}-,enable=${{ github.ref_type == 'branch' }}
|
||||
|
||||
- name: Create and Push Manifest
|
||||
|
|
|
|||
|
|
@ -334,4 +334,5 @@ config.toml
|
|||
|
||||
interested_rates.txt
|
||||
MaiBot.code-workspace
|
||||
*.lockactionlint
|
||||
*.lock
|
||||
actionlint
|
||||
|
|
|
|||
Loading…
Reference in New Issue