Revert
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 7s
				
			This commit is contained in:
		| @@ -16,15 +16,10 @@ jobs: | |||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|         with: |         with: | ||||||
|           submodules: recursive |           submodules: recursive | ||||||
|       - name: Print repository name |       - name: Pass login information | ||||||
|         run: | |         run: | | ||||||
|           echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner." |           mkdir -p $HOME/.docker | ||||||
|       - name: Login to container registry |           echo "${{ secrets.DOCKER_AUTH_CONFIG }}" | base64 -d > $HOME/.docker/config.json | ||||||
|         uses: docker/login-action@v3 |  | ||||||
|         with: |  | ||||||
|           registry: git.rtj.dev |  | ||||||
|           username: ${{ secrets.USERNAME }} |  | ||||||
|           password: ${{ secrets.PASSWORD }} |  | ||||||
|       - name: Build Docker Image |       - name: Build Docker Image | ||||||
|         run: | |         run: | | ||||||
|           cd ${{ gitea.workspace }} |           cd ${{ gitea.workspace }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user