Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GitHub Actions workflow for container IP setup
- Add a new GitHub Actions workflow for container IP example - Configure the workflow to run on push events - Set up a job to run on the latest Ubuntu with a Golang container - Enable IPv6 in the container - Add steps to check out the repository, set up Docker, and retrieve the container's IP address - Set the container IP as an environment variable and use it in a subsequent step Signed-off-by: appleboy <[email protected]>
- Loading branch information