Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel Container Registry Actions

GitHub Actions for Vercel Container Registry (vcr.vercel.com).

Actions

vercel/vcr-action/login

Log in to VCR with Docker, Podman, or Buildah using GitHub OIDC:

- name: Log in to VCR
  uses: vercel/vcr-action/login@v1
  with:
    team: ${{ vars.VERCEL_TEAM_ID }}

- run: |
    docker build --platform linux/amd64 -t "$IMAGE" .
    docker push "$IMAGE"
  env:
    IMAGE: vcr.vercel.com/<team-slug>/<project-slug>/<repo>:latest

Full documentation for login

Development

TypeScript source lives in src/; each action's bundled output lives in <action>/dist/.

pnpm install
pnpm test       # unit tests (vitest)
pnpm typecheck
pnpm build

License

MIT

About

GitHub Actions for Vercel Container Registry (vcr.vercel.com)

Resources

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages