mirror of
https://github.com/ellite/Wallos.git
synced 2026-04-24 05:28:16 -05:00
fix wrong latest tag
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
out="TAG=$tag-dev"
|
||||
;;
|
||||
stable)
|
||||
out="TAG=$tag-stable,latest"
|
||||
out="TAG=$tag-stable,${{ vars.DOCKERHUB_TAG }}:latest"
|
||||
;;
|
||||
esac
|
||||
echo $out >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user