mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Merge branch 'develop' into oxcert
This commit is contained in:
commit
4e92f3329d
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -53,6 +53,7 @@ jobs:
|
|||
- ./build.sh develop
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
fail-fast: false
|
||||
env:
|
||||
GH_ACTION: enable
|
||||
|
|
|
|||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
types:
|
||||
- published
|
||||
schedule:
|
||||
- cron: '45 5 * * *'
|
||||
- cron: '45 5 * * 1,3,5'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue