main
branch, a validate script runs that ensures
.github/workflows/validate.yml
file for more information.
.github/workflows/docker-images.yml
file.
DOCKERHUB_REPO
, DOCKERHUB_TOKEN
and DOCKERHUB_USERNAME
in your github repo. These variables are used by the action in .github/workflows/docker-images.yml
.github/workflows/docker-images.yml
file before runninggh workflow run
.github/workflows/ecr-images.yml
file and uses the new OpenID Connect (OIDC) approach to request the access token, without using IAM access keys.
We will follow this guide to create an IAM role which will be used by the github action.
AmazonEC2ContainerRegistryPowerUser
permission to this role.
GithubActionsRole
.
GithubActionsRole
and copy the ARN.
llm
and jupyter-llm
which are built by the workflow.GithubActionsRole
ARN and ECR Repository.docker-images
workflow to NOT run on a releasegh workflow run