Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.2 KB

CleanShot 2023-02-20 at 21 07 05@2x

This repository is a proof-of-concept for...

  1. Using waypoint in GitHub actions
    • Using a Waypoint server hosted on HCP
    • Using a GitHub actions runner as a Waypoint runner
  2. Building waypoint-plugin-nixpacks in GitHub actions
  3. Using waypoint + waypoint-plugin-nixpacks to build a sample app, and publish the build image to DockerHub

The workflow file relies on 4 repository secrets (Note: variables can be used for the non-sensitive values):

  • DOCKERHUB_TOKEN
  • DOCKERHUB_USERNAME (not sensitive)
  • WAYPOINT_SERVER_ADDR (not sensitive)
  • WAYPOINT_SERVER_TOKEN