We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7121a commit f15dc59Copy full SHA for f15dc59
.github/workflows/build-images.yml
@@ -1,10 +1,9 @@
1
---
2
-# This workflow publishes docker images base on .ci/.docker-images.yml`.
3
-# See docs/INTERNAL_DOCKER_IMAGES.md for further information.
4
-name: publish-docker-images
+name: build-images
5
6
on:
7
- workflow_dispatch:
+ pull_request: ~
+ workflow_dispatch: ~
8
9
env:
10
DOCKER_BUILDKIT: 1
0 commit comments