Skip to content

Commit

Permalink
adding static latest dockerhub tag (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack1902 authored Jul 17, 2020
1 parent 407374a commit a996119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dockerfiles/hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EOF

cat <<EOF > multi-arch-manifest.yaml
image: subspacecommunity/subspace
tags: ['${major}.${minor}.${bugfix}', '${major}.${minor}', '${major}']
tags: ['latest', '${major}.${minor}.${bugfix}', '${major}.${minor}', '${major}']
manifests:
- image: subspacecommunity/subspace:amd64
platform:
Expand Down

0 comments on commit a996119

Please sign in to comment.