Skip to content

Commit

Permalink
Merge branch 'develop' into oxcert
Browse files Browse the repository at this point in the history
  • Loading branch information
infracaninophile committed Oct 13, 2023
2 parents f24bc0a + 2fd8287 commit 4e92f33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- ./build.sh develop
platform:
- linux/amd64
- linux/arm64
fail-fast: false
env:
GH_ACTION: enable
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- published
schedule:
- cron: '45 5 * * *'
- cron: '45 5 * * 1,3,5'
workflow_dispatch:

jobs:
Expand All @@ -20,6 +20,7 @@ jobs:
- ./build.sh develop
platform:
- linux/amd64
- linux/arm64
fail-fast: false
runs-on: ubuntu-latest
name: Builds new NetBox Docker Images
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 4e92f33

Please sign in to comment.