1 Commits

Author SHA1 Message Date
3f20c6a9d6 fix(ci): use variable reference
Some checks failed
Gitea Docker Build Demo / Test (push) Successful in 2m25s
Gitea Docker Build Demo / Build_Image (push) Failing after 2m34s
Release / Test (release) Successful in 2m24s
Release / Build_Image (release) Failing after 7m37s
2025-10-06 11:27:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: false push: false
tags: | tags: |
lerentis/canada-kaktus:{{ github.sha }} lerentis/canada-kaktus:${{ github.sha }}
- name: Sign the published Docker image - name: Sign the published Docker image
env: env:
COSIGN_EXPERIMENTAL: "true" COSIGN_EXPERIMENTAL: "true"

View File

@@ -39,7 +39,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: | tags: |
lerentis/canada-kaktus:{{ github.event.release.tag_name }} lerentis/canada-kaktus:${{ github.event.release.tag_name }}
- name: Sign the published Docker image - name: Sign the published Docker image
env: env:
COSIGN_EXPERIMENTAL: "true" COSIGN_EXPERIMENTAL: "true"