debug login
This commit is contained in:
		@@ -34,6 +34,10 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
 | 
					          echo "FULL_VERSION=$(grep -oP '(?<=VERSION=).*' Dockerfile)" >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: docker login
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          docker login -u ${{ github.repository_owner }} -p ${{ secrets.GITEA_TOKEN }} https://git.conorz.at
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Add support for more platforms with QEMU
 | 
					      # Add support for more platforms with QEMU
 | 
				
			||||||
      - name: Set up QEMU
 | 
					      - name: Set up QEMU
 | 
				
			||||||
        uses: docker/setup-qemu-action@v3
 | 
					        uses: docker/setup-qemu-action@v3
 | 
				
			||||||
@@ -47,7 +51,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ${{ env.REGISTRY }}
 | 
					          registry: ${{ env.REGISTRY }}
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
          password: ${{ secrets.GITEA_TOKEN }}
 | 
					          password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set Docker metadata
 | 
					      - name: Set Docker metadata
 | 
				
			||||||
        id: meta
 | 
					        id: meta
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user