mirror of
				https://github.com/keanuplayz/TravBot-v3.git
				synced 2024-08-15 02:33:12 +00:00 
			
		
		
		
	Merge pull request #20 from keanuplayz/docker
This commit is contained in:
		
						commit
						81ef37e852
					
				
					 2 changed files with 37 additions and 44 deletions
				
			
		
							
								
								
									
										41
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										41
									
								
								.github/workflows/codeql-analysis.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -1,41 +0,0 @@ | ||||||
| name: "CodeQL" |  | ||||||
| 
 |  | ||||||
| on: |  | ||||||
|     push: |  | ||||||
|         branches: [typescript] |  | ||||||
|     pull_request: |  | ||||||
|         branches: [typescript] |  | ||||||
|     schedule: |  | ||||||
|         - cron: "0 5 * * 1" |  | ||||||
| 
 |  | ||||||
| jobs: |  | ||||||
|     analyze: |  | ||||||
|         name: Analyze |  | ||||||
|         runs-on: ubuntu-latest |  | ||||||
| 
 |  | ||||||
|         steps: |  | ||||||
|             - name: Checkout repository |  | ||||||
|               uses: actions/checkout@v2 |  | ||||||
|               with: |  | ||||||
|                   fetch-depth: 2 |  | ||||||
| 
 |  | ||||||
|             - run: git checkout HEAD^2 |  | ||||||
|               if: ${{ github.event_name == 'pull_request' }} |  | ||||||
| 
 |  | ||||||
|             - name: Setup Node.JS |  | ||||||
|               uses: actions/setup-node@v2-beta |  | ||||||
|               with: |  | ||||||
|                   node-version: "12" |  | ||||||
|             - run: npm ci |  | ||||||
| 
 |  | ||||||
|             - name: Build codebase |  | ||||||
|               run: npm run build |  | ||||||
| 
 |  | ||||||
|             - name: Initialize CodeQL |  | ||||||
|               uses: github/codeql-action/init@v1 |  | ||||||
|               with: |  | ||||||
|                   config-file: ./.github/codeql/codeql-config.yml |  | ||||||
|                   languages: javascript |  | ||||||
| 
 |  | ||||||
|             - name: Perform CodeQL Analysis |  | ||||||
|               uses: github/codeql-action/analyze@v1 |  | ||||||
							
								
								
									
										40
									
								
								.github/workflows/image.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										40
									
								
								.github/workflows/image.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -1,4 +1,4 @@ | ||||||
| name: Build Docker Image + Push | name: CodeQL + Docker Image | ||||||
| on: | on: | ||||||
|     push: |     push: | ||||||
|         branches: |         branches: | ||||||
|  | @ -6,18 +6,52 @@ on: | ||||||
|             - docker |             - docker | ||||||
| 
 | 
 | ||||||
| jobs: | jobs: | ||||||
|     build: |     analyze: | ||||||
|  |         name: CodeQL Analysis | ||||||
|         runs-on: ubuntu-latest |         runs-on: ubuntu-latest | ||||||
|         steps: |         steps: | ||||||
|             - name: Checkout code |             - name: Checkout repository | ||||||
|               uses: actions/checkout@v2 |               uses: actions/checkout@v2 | ||||||
|  |               with: | ||||||
|  |                   fetch-depth: 2 | ||||||
|  | 
 | ||||||
|  |             - name: Setup Node.JS | ||||||
|  |               uses: actions/setup-node@v2-beta | ||||||
|  |               with: | ||||||
|  |                   node-version: "12" | ||||||
|  |             - run: npm ci | ||||||
|  | 
 | ||||||
|  |             - name: Build codebase | ||||||
|  |               run: npm run build | ||||||
|  | 
 | ||||||
|  |             - name: Initialize CodeQL | ||||||
|  |               uses: github/codeql-action/init@v1 | ||||||
|  |               with: | ||||||
|  |                   config-file: ./.github/codeql/codeql-config.yml | ||||||
|  |                   languages: javascript | ||||||
|  | 
 | ||||||
|  |             - name: Perform CodeQL Analysis | ||||||
|  |               uses: github/codeql-action/analyze@v1 | ||||||
|  | 
 | ||||||
|  |     build: | ||||||
|  |         name: Build Docker Image | ||||||
|  |         needs: analyze | ||||||
|  |         runs-on: ubuntu-latest | ||||||
|  |         steps: | ||||||
|  |             - name: Checkout repository | ||||||
|  |               uses: actions/checkout@v2 | ||||||
|  |               with: | ||||||
|  |                   fetch-depth: 2 | ||||||
|  | 
 | ||||||
|             - name: Install Docker BuildX |             - name: Install Docker BuildX | ||||||
|               id: buildx |               id: buildx | ||||||
|               uses: crazy-max/ghaction-docker-buildx@v1 |               uses: crazy-max/ghaction-docker-buildx@v1 | ||||||
|               with: |               with: | ||||||
|                   buildx-version: latest |                   buildx-version: latest | ||||||
|  | 
 | ||||||
|             - name: Login to Docker Hub |             - name: Login to Docker Hub | ||||||
|               run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin |               run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin | ||||||
|  | 
 | ||||||
|             - name: Build the image |             - name: Build the image | ||||||
|               run: | |               run: | | ||||||
|                   docker buildx build \ |                   docker buildx build \ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue