add env vars

This commit is contained in:
Joe Howarth 2023-01-18 13:59:35 -07:00
parent 00f1198021
commit 5419023df9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: Test
on:
pull_request:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
forge-tests:
runs-on: ubuntu-latest