Skip to content

Commit

Permalink
Tweak a couple build options
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Sep 25, 2024
1 parent 5ada8c5 commit 2831ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:
- main
paths-ignore:
- '**/README.md'
- '/lint.sh'
workflow_dispatch:

env:
MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
MY_IMAGE_DESC: "My Customized Universal Blue Image"
MY_IMAGE_DESC: "SeaGL A/V Linux"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit

jobs:
Expand Down

0 comments on commit 2831ffe

Please sign in to comment.