The following workflow will connect you to DockerHub and GitHub Container Registry and push the image to these registries.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", | |
"files": { "ignore": ["*/routeTree.gen.ts"], "ignoreUnknown": false }, | |
"formatter": { | |
"attributePosition": "auto", | |
"bracketSpacing": true, | |
"enabled": true, | |
"formatWithErrors": false, | |
"indentStyle": "space", | |
"indentWidth": 2, |