Skip to content

Commit 60a72c0

Browse files
committed
fix(ci): remove invalid branch prefix from SHA tag in publish workflow
1 parent 8a71486 commit 60a72c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
type=semver,pattern={{version}}
4040
type=semver,pattern={{major}}.{{minor}}
4141
type=semver,pattern={{major}}
42-
type=sha,prefix={{branch}}-
42+
type=sha
4343
4444
- name: Build and push Docker image
45+
id: build
4546
uses: docker/build-push-action@v5
4647
with:
4748
context: .

0 commit comments

Comments
 (0)