Skip to content

Commit b95a730

Browse files
committed
docker fixes
1 parent 019fb82 commit b95a730

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: docker
44

55
on:
66
workflow_dispatch: {}
7+
pull_request:
8+
branches:
9+
- main
710
push:
811
tags:
912
- v*
@@ -37,4 +40,4 @@ jobs:
3740
docker run --privileged --rm tonistiigi/binfmt --install arm64,amd64
3841
docker buildx create --use --name cross-builder
3942
- name: Build and push image
40-
run: make docker-build-push
43+
run: make docker-build-push

0 commit comments

Comments
 (0)