forked from mirrors/amnezia-wg-easy
		
	build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									34c28805c4
								
							
						
					
					
						commit
						d31524a531
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/deploy-development.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy-development.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -30,7 +30,7 @@ jobs:
 | 
				
			||||||
        password: ${{ secrets.GITHUB_TOKEN }}
 | 
					        password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build & Publish Docker Image
 | 
					    - name: Build & Publish Docker Image
 | 
				
			||||||
      uses: docker/build-push-action@v5
 | 
					      uses: docker/build-push-action@v6
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
					        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/deploy-nightly.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy-nightly.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -32,7 +32,7 @@ jobs:
 | 
				
			||||||
        password: ${{ secrets.GITHUB_TOKEN }}
 | 
					        password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build & Publish Docker Image
 | 
					    - name: Build & Publish Docker Image
 | 
				
			||||||
      uses: docker/build-push-action@v5
 | 
					      uses: docker/build-push-action@v6
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
					        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/deploy-pr.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy-pr.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -31,7 +31,7 @@ jobs:
 | 
				
			||||||
        password: ${{ secrets.GITHUB_TOKEN }}
 | 
					        password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build Docker Image
 | 
					    - name: Build Docker Image
 | 
				
			||||||
      uses: docker/build-push-action@v5
 | 
					      uses: docker/build-push-action@v6
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        push: false
 | 
					        push: false
 | 
				
			||||||
        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
					        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -36,7 +36,7 @@ jobs:
 | 
				
			||||||
      run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
 | 
					      run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build & Publish Docker Image
 | 
					    - name: Build & Publish Docker Image
 | 
				
			||||||
      uses: docker/build-push-action@v5
 | 
					      uses: docker/build-push-action@v6
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
					        platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue