Skip to content

Commit 76d1f1a

Browse files
authored
Update build-and-publish-docker.yml
1 parent 92391b2 commit 76d1f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
type=raw,value=latest
6161
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{ env.SEMVER }}
6262
type=semver,pattern={{major}}.{{minor}},value=${{ env.SEMVER }}
63-
type=semver,pattern={{major}},value=${{ env.SEMVER }
63+
type=semver,pattern={{major}},value=${{ env.SEMVER }}
6464
6565
# Step 7: Build and push Docker image using Docker Buildx
6666
- name: Build and push Docker image

0 commit comments

Comments
 (0)