chore(ci): building and pushing edge images (#584)

This commit is contained in:
Dario Tranchitella
2024-09-20 10:53:49 +02:00
committed by GitHub
parent 092eeb0274
commit 293387e0d1

View File

@@ -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')