Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 19, 2024
1 parent 3f142a0 commit 1118eba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and Upload

on:
workflow_dispatch: # This allows you to manually trigger the workflow
release:
types: [published] # This triggers the workflow when a release is published

jobs:
build-and-upload:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-upload:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Check out repository
Expand Down
1 change: 1 addition & 0 deletions userpatches/customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Install()
fxBloxCustomScript()
{
echo "fxBlox Custom Script"
apt-get update

# read all variable from config file
source /tmp/overlay/config
Expand Down

0 comments on commit 1118eba

Please sign in to comment.