fix(ci): use variable reference
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user