build(docker): 更新 Docker镜像版本

- 将 core 容器的镜像版本从 :latest 改为 :main- 注释掉的镜像版本也从 :latest 改为 :main
This commit is contained in:
infinitycat
2025-04-05 00:13:59 +08:00
parent 5fab8aada4
commit b0d26a9fd9

View File

@@ -60,13 +60,4 @@ jobs:
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/maimbot:buildcache,mode=max
labels: |
org.opencontainers.image.created=${{ steps.tags.outputs.date_tag }}
org.opencontainers.image.revision=${{ github.sha }}
- name: Docker Hub Description
#这里是通过md文件自动生成dockerhub描述的模块也可以不需要
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: MaiM-with-u/MaiBot
readme-filepath: ./README.md
org.opencontainers.image.revision=${{ github.sha }}