Skip to content

Commit a996119

Browse files
authored
adding static latest dockerhub tag (#125)
1 parent 407374a commit a996119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dockerfiles/hooks/post_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ EOF
1313

1414
cat <<EOF > multi-arch-manifest.yaml
1515
image: subspacecommunity/subspace
16-
tags: ['${major}.${minor}.${bugfix}', '${major}.${minor}', '${major}']
16+
tags: ['latest', '${major}.${minor}.${bugfix}', '${major}.${minor}', '${major}']
1717
manifests:
1818
- image: subspacecommunity/subspace:amd64
1919
platform:

0 commit comments

Comments
 (0)