Skip to content

GitHub Action that provides a deployment's package URL to other actions.

License

Notifications You must be signed in to change notification settings

eigenbot-app/lookup-package-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookup-package-url

GitHub Action that provides a container package's web page URL as an output to other actions.

For example, to directly link to the package page from a GitHub Deployment.

      - id: lookup-url
        name: Lookup Container Package URL
        uses: eigenbot-app/lookup-package-url@main
        with:
          owner: my-github-org
          repo: my-github-repo
          tag: the container's tag from your docker build step, e.g., ${{ steps.meta.outputs.tags }}
          token: token to access the GitHub API, e.g., ${{ secrets.GITHUB_TOKEN }}

Access the output with: ${{ steps.lookup-url.outputs.url }}.

About

GitHub Action that provides a deployment's package URL to other actions.

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages