Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 405 Bytes

choreo-image-push

This action make login and push images to container registries

Inputs

type - Action type

  • login : docker login
  • login_and_push: docker login and push the image

Example usage

build:
    steps:
    - name: Image Push
      uses: choreo-templates/choreo-image-push@v1.0.6
      with:
       type: login_and_push
       organizationUuid: ${{ env.ORG_UUID }}