We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1b859 commit b46bb03Copy full SHA for b46bb03
.github/workflows/image.yaml
@@ -1,6 +1,9 @@
1
-name: build docker image
+name: build kicad-render image
2
on:
3
push:
4
+ paths:
5
+ - Dockerfile
6
+ - '*.sh'
7
jobs:
8
push_to_registry:
9
name: Push Docker image to Docker Hub
0 commit comments