Testing actions
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -20,15 +20,11 @@ jobs: | ||||
|         run: | | ||||
|           echo "💡 The "${{ gitea.repository }}" repository has been cloned to the runner." | ||||
|       - name: Pass login information | ||||
|         env:  | ||||
|           DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }} | ||||
|         run: | | ||||
|           mkdir -p $HOME/.docker | ||||
|           echo "$DOCKER_AUTH_CONFIG" | base64 -d > $HOME/.docker/config.json | ||||
|           echo "${{ secrets.DOCKER_AUTH_CONFIG }}" | base64 -d > $HOME/.docker/config.json | ||||
|       - name: Build Docker Image | ||||
|         env: | ||||
|           GITEA_WORKSPACE: ${{ gitea.workspace }} | ||||
|         run: | | ||||
|           cd "$GITEA_WORKSPACE" | ||||
|           cd ${{ gitea.workspace }} | ||||
|           docker build -f Dockerfile -t git.rtj.dev/roland/rtj.dev:0.0.1 . | ||||
|           docker push git.rtj.dev/roland/rtj.dev:0.0.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user