Skip to content

Commit e06c973

Browse files
committed
Fix docker latest tag name
1 parent 53d9b01 commit e06c973

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
@@ -69,7 +69,7 @@ jobs:
6969
ghcr.io/${{ github.repository_owner }}/magic
7070
tags: |
7171
type=raw,value=${{ matrix.MAGIC_VERSION }}
72-
type=raw,value=lastet
72+
type=raw,value=latest
7373
flavor: |
7474
latest=false
7575

0 commit comments

Comments
 (0)