Update docker-image.yml
This commit is contained in:
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user