Update docker-image.yml

This commit is contained in:
墨梓柒
2025-07-13 17:52:25 +08:00
committed by GitHub
parent 4e56c938cb
commit 89a118c170

View File

@@ -1,5 +1,5 @@
name: Docker Build and Push
runs-on: self-hosted
on:
push:
branches:
@@ -171,4 +171,4 @@ jobs:
docker buildx imagetools create -t $tag \
${{ secrets.DOCKERHUB_USERNAME }}/maibot:amd64-${{ github.sha }} \
${{ secrets.DOCKERHUB_USERNAME }}/maibot:arm64-${{ github.sha }}
done
done