fix: Switch to GitHub
This commit is contained in:
		
							parent
							
								
									0d307182d1
								
							
						
					
					
						commit
						3ff3542b47
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -31,14 +31,14 @@ jobs: | |||
|         uses: docker/login-action@v2 | ||||
|         with: | ||||
|           registry: git.depeuter.dev | ||||
|           username: ${{ forgejo.actor }} | ||||
|           password: ${{ secrets.FORGEJO_TOKEN }} | ||||
|           username: ${{ github.actor }} | ||||
|           password: ${{ secrets.GITHUB_TOKEN }} | ||||
| 
 | ||||
|       - name: Get Meta | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@v5 | ||||
|         with: | ||||
|           images: git.depeuter.dev/${{ forgejo.repository }} | ||||
|           images: git.depeuter.dev/${{ github.repository }} | ||||
| 
 | ||||
|       - name: Build and push | ||||
|         id: docker_build | ||||
|  |  | |||
		Reference in a new issue