This commit is contained in:
		| @@ -24,7 +24,7 @@ jobs: | ||||
|         name: Login to private registry | ||||
|         uses: docker/login-action@v3 | ||||
|         with: | ||||
|           registry: 'https://gitea.home.joemonk.co.uk/${{ github.repository }}' | ||||
|           registry: 'gitea.home.joemonk.co.uk/${{ github.repository }}' | ||||
|           username: ${{ secrets.REGISTRY_USERNAME }} | ||||
|           password: ${{ secrets.REGISTRY_PASSWORD }} | ||||
|       - | ||||
| @@ -32,4 +32,4 @@ jobs: | ||||
|         uses: docker/build-push-action@v6 | ||||
|         with: | ||||
|           push: true | ||||
|           tags: 'https://gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest' | ||||
|           tags: 'gitea.home.joemonk.co.uk/${{ gitea.repository }}:latest' | ||||
		Reference in New Issue
	
	Block a user