Update docker/push/action.yaml
This commit is contained in:
		@@ -22,8 +22,8 @@ inputs:
 | 
			
		||||
 | 
			
		||||
runs:
 | 
			
		||||
  using: composite
 | 
			
		||||
  container: docker
 | 
			
		||||
  steps:
 | 
			
		||||
 | 
			
		||||
    - name: Push image
 | 
			
		||||
      run: |
 | 
			
		||||
        TAG=$([ -n "${{inputs.tag}}" ] && echo "${{inputs.tag}}" || [ "$GITHUB_REF" == "refs/heads/develop" ] && echo "latest" || echo "$GITHUB_REF_NAME" | sed -E "s/[_/]/-/g")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user