Compare commits
	
		
			1 commit
		
	
	
		
			250b551807
			...
			223f4c1897
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 223f4c1897 | 
					 3 changed files with 4 additions and 4 deletions
				
			
		|  | @ -7,7 +7,7 @@ steps: | |||
|     when: | ||||
|       - event: [tag, manual, push, pull_request] | ||||
|         branch: main | ||||
|     image: docker@sha256:831644212c5bdd0b3362b5855c87b980ea39a83c9e9adcef2ce03eced99a737a | ||||
|     image: docker | ||||
|     environment: | ||||
|       DOCKER_USERNAME: | ||||
|         from_secret: docker_public_username | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| # Build stage of the application | ||||
| FROM oven/bun@sha256:66ba69deede44e3af5dc542def218fdb3bcad2205900ea761dc5623bf973d2df AS build | ||||
| FROM oven/bun AS build | ||||
| WORKDIR /app | ||||
| COPY . . | ||||
| RUN  bun i && bun run build | ||||
|  |  | |||
|  | @ -12,8 +12,8 @@ | |||
|     "react-dom": "^19.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@rsbuild/core": "1.5.11", | ||||
|     "@rsbuild/plugin-react": "1.4.0", | ||||
|     "@rsbuild/core": "1.5.12", | ||||
|     "@rsbuild/plugin-react": "1.4.1", | ||||
|     "@types/react": "^19.0.0", | ||||
|     "@types/react-dom": "^19.0.0", | ||||
|     "typescript": "5.9.2" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue