test
This commit is contained in:
		@@ -19,7 +19,7 @@ runs:
 | 
			
		||||
 | 
			
		||||
      - uses: docker://docker:git
 | 
			
		||||
        with:
 | 
			
		||||
          entrypoint: "/bin/bash"
 | 
			
		||||
          entrypoint: "/bin/sh"
 | 
			
		||||
          args: |
 | 
			
		||||
            -c 'docker build -t ${{env.DOCKER_REGISTRY}}/${{github.repository}}:${{ github.ref_name }} .'
 | 
			
		||||
            -c 'docker login ${{env.DOCKER_REGISTRY}} -u ${{env.DOCKER_USER}} -p ${{env.DOCKER_PASS}}'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user