Skip to content

Commit f46a7b9

Browse files
committed
Potential fix for docker container build for a release.
1 parent 58e7a5b commit f46a7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
type=ref,event=pr
123123
type=semver,pattern={{version}}
124124
type=semver,pattern={{major}}.{{minor}}
125-
type=sha,prefix={{branch}}-
125+
type=sha
126126
127127
- name: Build and push Docker image
128128
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)