Use dedicated registry token
This commit is contained in:
		
							parent
							
								
									b5eeea84a4
								
							
						
					
					
						commit
						04b18a170b
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -12,8 +12,8 @@ jobs:
 | 
				
			||||||
      - name: Build and push base
 | 
					      - name: Build and push base
 | 
				
			||||||
        uses: docker/build-push-action@v1
 | 
					        uses: docker/build-push-action@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: BtbN
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.REG_TOKEN }}
 | 
				
			||||||
          registry: docker.pkg.github.com
 | 
					          registry: docker.pkg.github.com
 | 
				
			||||||
          repository: btbn/ffmpeg-build/builder
 | 
					          repository: btbn/ffmpeg-build/builder
 | 
				
			||||||
          tags: base
 | 
					          tags: base
 | 
				
			||||||
| 
						 | 
					@ -31,8 +31,8 @@ jobs:
 | 
				
			||||||
      - name: Build and push target base
 | 
					      - name: Build and push target base
 | 
				
			||||||
        uses: docker/build-push-action@v1
 | 
					        uses: docker/build-push-action@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: BtbN
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.REG_TOKEN }}
 | 
				
			||||||
          registry: docker.pkg.github.com
 | 
					          registry: docker.pkg.github.com
 | 
				
			||||||
          repository: btbn/ffmpeg-build/builder
 | 
					          repository: btbn/ffmpeg-build/builder
 | 
				
			||||||
          tags: base-${{ matrix.target }}
 | 
					          tags: base-${{ matrix.target }}
 | 
				
			||||||
| 
						 | 
					@ -53,8 +53,8 @@ jobs:
 | 
				
			||||||
      - name: Build and push target base
 | 
					      - name: Build and push target base
 | 
				
			||||||
        uses: docker/build-push-action@v1
 | 
					        uses: docker/build-push-action@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: BtbN
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.REG_TOKEN }}
 | 
				
			||||||
          registry: docker.pkg.github.com
 | 
					          registry: docker.pkg.github.com
 | 
				
			||||||
          repository: btbn/ffmpeg-build/builder
 | 
					          repository: btbn/ffmpeg-build/builder
 | 
				
			||||||
          tags: ${{ matrix.target }}-${{ matrix.variant }}
 | 
					          tags: ${{ matrix.target }}-${{ matrix.variant }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue