Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 680 Bytes

upload-image-action

GitHub action for saving Docker image in run's artifacts

Workflow with the action usage example:

jobs:
  test:
    steps:
    # ...
    - name: Checkout commit
      uses: neuro-inc/[email protected]
      with:
        image: platformstorageapi
        token: ${{ secrets.GITHUB_TOKEN }}

Arguments:

image -- the image name without tag, e.g. platformstorageapi. token -- secret github token, pass: ${{ secrets.GITHUB_TOKEN }} or generated Personal Access Token. artifact -- uploaded artifact name, image by default. Use https://github.com/neuro-inc/release-image-action` to release previously uploaded artifact on ghcr.io