This commit is contained in:
		@@ -9,6 +9,12 @@ on:
 | 
			
		||||
jobs:
 | 
			
		||||
  publish:
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
    container:
 | 
			
		||||
      image: docker:28.2
 | 
			
		||||
    services:
 | 
			
		||||
      docker:dind:
 | 
			
		||||
        image: docker:28.2-dind
 | 
			
		||||
        command: ["--storage-driver=overlay2", "--tls=false"]
 | 
			
		||||
    steps:
 | 
			
		||||
    # 1. Checkout the website repository (your app code)
 | 
			
		||||
      # ------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user