We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9b65b commit a5579a2Copy full SHA for a5579a2
1 file changed
.github/workflows/template-publish.yml
@@ -42,3 +42,7 @@ jobs:
42
run: |
43
PREFIX=ghcr.io/${{ github.repository }}
44
KO_DOCKER_REPO=${PREFIX} ko build -B .
45
+
46
+ - name: Mark Success
47
+ run: |
48
+ touch /tmp/commit-built/.built-success
0 commit comments