fix(ci): use variable reference

This commit is contained in:
2025-10-06 11:27:25 +02:00
parent e51594fdd7
commit 03ed201a76
2 changed files with 2 additions and 2 deletions

View File

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

View File

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