Skip to content

Commit a5579a2

Browse files
committed
ci: add markfile to pre build
1 parent ca9b65b commit a5579a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/template-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ jobs:
4242
run: |
4343
PREFIX=ghcr.io/${{ github.repository }}
4444
KO_DOCKER_REPO=${PREFIX} ko build -B .
45+
46+
- name: Mark Success
47+
run: |
48+
touch /tmp/commit-built/.built-success

0 commit comments

Comments
 (0)