feat: Add Release to Docker Hub GitHub Action
Implemented Docker Release action with GitHub workflows and added release versioning with docker build args Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
@@ -10,5 +10,11 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
outDir: 'dist'
|
||||
},
|
||||
define: {
|
||||
// Fallback to 'dev' when VITE_APP_VERSION is not injected at build time
|
||||
'import.meta.env.VITE_APP_VERSION': JSON.stringify(
|
||||
process.env.VITE_APP_VERSION || 'dev'
|
||||
)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user