forked from mirrors/amnezia-wg-easy
		
	Update deploy.yml
This commit is contained in:
		
							parent
							
								
									642d6d62ed
								
							
						
					
					
						commit
						ba8c18ceaf
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		
							
								
								
									
										9
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/deploy.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -22,11 +22,12 @@ jobs:
 | 
			
		|||
    - name: Set up Docker Buildx
 | 
			
		||||
      uses: docker/setup-buildx-action@v1
 | 
			
		||||
 | 
			
		||||
    - name: Login to DockerHub
 | 
			
		||||
      uses: docker/login-action@v1 
 | 
			
		||||
    - name: Login to GitHub Container Registry
 | 
			
		||||
      uses: docker/login-action@v3 
 | 
			
		||||
      with:
 | 
			
		||||
        username: ${{ secrets.DOCKER_USERNAME }}
 | 
			
		||||
        password: ${{ secrets.DOCKER_PASSWORD }}
 | 
			
		||||
        registry: ghcr.io
 | 
			
		||||
        username: ${{ github.actor }}
 | 
			
		||||
        password: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          
 | 
			
		||||
    # Set environment variables
 | 
			
		||||
    - run: echo RELEASE=$(cat ./src/package.json | jq -r .release) >> $GITHUB_ENV
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue