Skip to content

GitHub action for saving Docker image in run's artifacts

License

Notifications You must be signed in to change notification settings

neuro-inc/upload-image-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action for saving Docker image in run's artifacts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •