Skip to content

Commit bfdd1d0

Browse files
committed
Fix docker latest tag name
1 parent 4477d7f commit bfdd1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-tag-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ghcr.io/${{ github.repository_owner }}/marker
7676
tags: |
7777
type=raw,value=${{ matrix.MARKER_VERSION }}
78-
type=raw,value=lastet
78+
type=raw,value=latest
7979
flavor: |
8080
latest=false
8181

0 commit comments

Comments
 (0)