mirror of
				https://github.com/MHSanaei/3x-ui.git
				synced 2025-10-27 02:24:40 +00:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		
							parent
							
								
									8b23f81dd7
								
							
						
					
					
						commit
						2540956ac0
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -1,4 +1,4 @@ | ||||||
| name: Release X-ui dockerhub | name: Release X-UI Docker | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     tags: |     tags: | ||||||
|  | @ -16,7 +16,7 @@ jobs: | ||||||
|         uses: docker/setup-qemu-action@v2.2.0 |         uses: docker/setup-qemu-action@v2.2.0 | ||||||
| 
 | 
 | ||||||
|       - name: Set up Docker Buildx |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v2.10.0 |         uses: docker/setup-buildx-action@v2.9.1 | ||||||
| 
 | 
 | ||||||
|       - name: Log in to GitHub Container Registry |       - name: Log in to GitHub Container Registry | ||||||
|         uses: docker/login-action@v2.2.0 |         uses: docker/login-action@v2.2.0 | ||||||
|  |  | ||||||
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -1,4 +1,4 @@ | ||||||
| name: Release 3X-ui | name: Release X-UI | ||||||
| 
 | 
 | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|  | @ -11,7 +11,7 @@ jobs: | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         platform: [amd64, arm64] |         platform: [amd64, arm64] | ||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout repository |       - name: Checkout repository | ||||||
|         uses: actions/checkout@v3.6.0 |         uses: actions/checkout@v3.6.0 | ||||||
|  | @ -19,7 +19,7 @@ jobs: | ||||||
|       - name: Setup Go |       - name: Setup Go | ||||||
|         uses: actions/setup-go@v4.1.0 |         uses: actions/setup-go@v4.1.0 | ||||||
|         with: |         with: | ||||||
|           go-version: '1.21' |           go-version: '1.20' | ||||||
|            |            | ||||||
|       - name: Install dependencies for arm64 |       - name: Install dependencies for arm64 | ||||||
|         if: matrix.platform == 'arm64' |         if: matrix.platform == 'arm64' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 quydang
						quydang