mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 18:10:03 +00:00
chore(ci): building and pushing edge images (#584)
This commit is contained in:
committed by
GitHub
parent
092eeb0274
commit
293387e0d1
2
.github/workflows/ko-build.yml
vendored
2
.github/workflows/ko-build.yml
vendored
@@ -25,4 +25,4 @@ jobs:
|
||||
run: make VERSION=latest KO_LOCAL=false KO_PUSH=true build
|
||||
- name: "ko: build and push tag"
|
||||
run: make VERSION=${{ github.ref_name }} KO_LOCAL=false KO_PUSH=true build
|
||||
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||
if: startsWith(github.event.ref, 'refs/tags/v') || startsWith(github.event.ref, 'refs/tags/edge')
|
||||
|
||||
Reference in New Issue
Block a user