mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
11 commits
2996dc0155
...
123b95397d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
123b95397d | ||
|
|
a0961edd76 | ||
|
|
9a68d6fd70 | ||
|
|
d6ee283a24 | ||
|
|
10031c2990 | ||
|
|
50021466ad | ||
|
|
0f2fb47d9c | ||
|
|
cff630efa0 | ||
|
|
74b0a41f3e | ||
|
|
d6f8ae0281 | ||
|
|
a517836bdd |
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
packages: read
|
||||
statuses: write
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
# Full git history is needed to get a proper
|
||||
# list of changed files within `super-linter`
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
steps:
|
||||
- id: git-checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
- id: buildx-setup
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
steps:
|
||||
- id: source-checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{ matrix.build.branch }}
|
||||
- id: set-netbox-docker-version
|
||||
|
|
|
|||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ configuration/ldap/*
|
|||
!configuration/logging.py
|
||||
!configuration/plugins.py
|
||||
super-linter.log
|
||||
.env
|
||||
Dockerfile-Plugins
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ granian[uvloop]==2.6.0
|
|||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
sentry-sdk[django]==2.44.0
|
||||
sentry-sdk[django]==2.47.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue