fix: Switch to forgejo
This commit is contained in:
		
							parent
							
								
									ace8200df0
								
							
						
					
					
						commit
						9fd630bcc4
					
				
					 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: ${{ gitea.actor }} | ||||
|           username: ${{ forgejo.actor }} | ||||
|           password: ${{ secrets.CI_TOKEN }} | ||||
| 
 | ||||
|       - name: Get Meta | ||||
|         id: meta | ||||
|         uses: docker/metadata-action@v5 | ||||
|         with: | ||||
|           images: git.depeuter.dev/${{ gitea.repository }} | ||||
|           images: git.depeuter.dev/${{ forgejo.repository }} | ||||
| 
 | ||||
|       - name: Build and push | ||||
|         id: docker_build | ||||
|  | @ -48,7 +48,7 @@ jobs: | |||
|           file: ./frontend/Dockerfile | ||||
|           push: true | ||||
|           tags: ${{ steps.meta.output.tags }} | ||||
|           label: ${{ steps.meta.output.labels }} | ||||
|           labels: ${{ steps.meta.output.labels }} | ||||
| 
 | ||||
|       - name: Image digest | ||||
|         run: echo ${{ steps.docker_build.outputs.digest }} | ||||
		Reference in a new issue