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.
pull_request
1 parent 6d4ce64 commit e2b591aCopy full SHA for e2b591a
.github/workflows/docker.yaml
@@ -7,8 +7,11 @@ on:
7
tags: ["v*"]
8
branches: [ main ]
9
workflow_dispatch:
10
- # Run on pull requests to test docker build.
11
- # We explicitly do not push on pull requests (the job below is ended early).
+ # Run on pull requests so that the docker build is tested.
+ #
12
+ # We explicitly do not push on pull requests (see `if` conditionals and `push`
13
+ # attribute of `docker/build-push-action` below). This prevents us from filling
14
+ # up the container registries with in-progress builds.
15
#
16
# note: secrets will not be populated on pull requests from external authors.
17
pull_request:
0 commit comments