Update docker-image.yml

pull/1113/head
墨梓柒 2025-07-13 17:52:25 +08:00 committed by GitHub
parent 4e56c938cb
commit 89a118c170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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