Skip to content

Commit 1e206b4

Browse files
committed
Fix build error
1 parent 7a4b1be commit 1e206b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Build and Push Container
33

44
'on':
5+
workflow_dispatch:
56
push:
67
tags:
78
- 'v*.*.*'
@@ -42,7 +43,7 @@ jobs:
4243
type=semver,pattern={{version}}
4344
type=semver,pattern={{major}}.{{minor}}
4445
type=semver,pattern={{major}}
45-
type=sha,prefix={{branch}}-
46+
type=sha,prefix=sha-
4647
type=raw,value=latest
4748
4849
- name: Build and push Docker image

0 commit comments

Comments
 (0)