Skip to content

Commit

Permalink
fix(ci): add missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Aug 22, 2024
1 parent 025a070 commit b08d800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI
on:
push:

env:
REGISTRY: ghcr.io
IMAGE_NAME: mnemstart

jobs:
test:
name: Test
Expand Down

0 comments on commit b08d800

Please sign in to comment.