Skip to content

Commit

Permalink
fixes for env
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 24, 2024
1 parent 09381c8 commit c528b30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
- dev
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}-labview-2024.3-linux
# PLATFORM: linux
# LABVIEW_VERSION: 2024.3


jobs:
build:
Expand Down

0 comments on commit c528b30

Please sign in to comment.