Skip to content

Commit a654ca1

Browse files
authored
Merge pull request #87 from encryption4all/add-explanation
add CI pipeline explanation
2 parents 244aac0 + 6af45aa commit a654ca1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
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+
#
211

312
on:
413
push:

0 commit comments

Comments
 (0)