fix(): k8s client call and drop cosign for now
All checks were successful
Gitea Docker Build Demo / Test (push) Successful in 1m6s
Gitea Docker Build Demo / Build_Image (push) Successful in 1m16s

This commit is contained in:
2025-10-07 08:36:21 +02:00
parent 3f20c6a9d6
commit 6ffe638db1
3 changed files with 15 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ jobs:
push: true
tags: |
lerentis/canada-kaktus:${{ github.event.release.tag_name }}
- name: Sign the published Docker image
env:
COSIGN_EXPERIMENTAL: "true"
run: cosign sign lerentis/canada-kaktus:${{ github.event.release.tag_name }}@${{ steps.build-and-push.outputs.digest }}
# - name: Sign the published Docker image
# env:
# COSIGN_EXPERIMENTAL: "true"
# run: cosign sign lerentis/canada-kaktus:${{ github.event.release.tag_name }}@${{ steps.build-and-push.outputs.digest }}