Fix gitignore formatting and remove irrelevant tags from dev workflow
Co-authored-by: infinitycat233 <103594839+infinitycat233@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/docker-image-dev.yml
vendored
5
.github/workflows/docker-image-dev.yml
vendored
@@ -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
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -334,4 +334,5 @@ config.toml
|
||||
|
||||
interested_rates.txt
|
||||
MaiBot.code-workspace
|
||||
*.lockactionlint
|
||||
*.lock
|
||||
actionlint
|
||||
|
||||
Reference in New Issue
Block a user