We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 244aac0 + 6af45aa commit a654ca1Copy full SHA for a654ca1
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,13 @@
1
name: CI
2
+#
3
+# Pipeline overview
4
+# =================
5
6
+# Release-plz and Docker delivery are combined in one workflow because
7
+# GITHUB_TOKEN-created tags do not trigger new workflow runs. This means a
8
+# versioned Docker image must be built in the same run that release-plz
9
+# creates the release, using its job outputs to pass the version through.
10
11
12
on:
13
push:
0 commit comments