Skip to content

Commit 2a6f139

Browse files
committed
Fix missing closing curly bracket in docker.yml
1 parent 29d1cb6 commit 2a6f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
tags: |
4242
type=ref,event=branch
4343
type=semver,pattern={{version}}
44-
type=semver,pattern={{major}}.{{minor}
44+
type=semver,pattern={{major}}.{{minor}}
4545
4646
- name: Build docker image
4747
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)