Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored May 27, 2024
1 parent 4660966 commit 0c5b3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '05 10 * * *' # 10:05am UTC everyday
- cron: '05 10 * * 1' # 10:05am UTC everyday
push:
branches:
- main
Expand All @@ -15,7 +15,7 @@ on:

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: "A custom image designed for school and work environments"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit

jobs:
Expand Down

0 comments on commit 0c5b3ea

Please sign in to comment.