renovate[bot]
c6d79fde21
chore(deps): update docker/login-action action to v4
2026-03-04 10:45:14 +00:00
renovate[bot]
0f2fb47d9c
Update actions/checkout action to v6
2025-11-20 18:38:17 +00:00
renovate[bot]
e9b6231d03
Update actions/checkout action to v5
2025-08-11 15:30:00 +00:00
Tobias Genannt
8431b77422
Use develop branch for pre-releases
2025-04-19 17:36:09 +02:00
Tobias Genannt
b56c45b4ee
Use hosted Ubuntu 24.04 runners
2025-01-16 18:26:35 +01:00
Tobias Genannt
1a70f971c0
Prepare for Netbox 4.2
2025-01-07 07:35:16 +01:00
Tobias Genannt
f134a44bc7
When no build is needed don't create the buildx config
2024-09-06 09:50:12 +02:00
Tobias Genannt
a24c19c503
Use Docker Build Cloud for releases
...
With QEMU the ARM64 builds are slow and not reliable. If we use the
Docker Cloud builders we reduce the build times considerably.
As a Docker OSS organisation we get 400 build minutes per month, which
should be fine, because we already use checks if builds are really
needed. The Docker Cloud also uses a cache that should reduce build
times a little bit more.
2024-09-04 10:17:05 +02:00
Tobias Genannt
52f80cc7ca
Fix #1300 : Disable ARM64 release
2024-09-04 07:25:04 +02:00
Tobias Genannt
b81d4fba64
Updated YAML formatting to fix linter
2024-09-03 20:22:55 +02:00
renovate[bot]
e6fedf16fe
Update docker/login-action action to v3
2023-09-12 18:03:05 +00:00
renovate[bot]
8b8447f5c6
Update docker/setup-qemu-action action to v3
2023-09-12 15:12:56 +00:00
renovate[bot]
c473fcc44a
Update docker/setup-buildx-action action to v3
2023-09-12 09:21:44 +00:00
renovate[bot]
364555eef6
Update actions/checkout action to v4
2023-09-05 05:38:37 +00:00
Tobias Genannt
eef45c8197
Using new GITHUB_OUTPUT method
2023-01-28 15:49:13 +01:00
Tobias Genannt
f2b0375d5b
Using GITHUB_TOKEN for API
2023-01-28 13:38:28 +01:00
renovate[bot]
c0063a6573
Update docker/setup-buildx-action action to v2
2022-07-16 08:23:01 +00:00
renovate[bot]
8aec402ea2
Update docker/setup-qemu-action action to v2
2022-07-15 18:36:01 +00:00
Tobias Genannt
cee1b5b079
Build ARM64 images
2022-07-15 15:06:16 +02:00
Renovate Bot
ed8b42fbde
Update docker/login-action action to v2
2022-05-05 19:01:27 +00:00
Renovate Bot
2c20771682
Update actions/checkout action to v3
2022-03-01 19:06:16 +00:00
Tobias Genannt
2456a642b7
Fixed release action workflow
2021-12-09 11:23:30 +01:00
cimnine
4cc7f13b6e
Push to ghcr.io
2021-10-18 11:42:59 +02:00
Tobias Genannt
5b34df1471
Build feature branch
...
The branch for the next version of Netbox is now called "feature".
2021-04-26 09:44:52 +02:00
Robin Schneider
ee40e339c8
NetBox should always be referred to as NetBox
...
Fix all instances of "Netbox".
```Shell
git ls-files -z . | xargs --null -I '{}' find './{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#Netbox#NetBox#g;'
```
Ref: https://netbox.readthedocs.io/en/stable/development/style-guide/#branding
2021-02-04 21:48:08 +01:00
Christian Mäder
b92c652d99
Add quay.io as fallback registry
2020-12-15 00:41:01 +01:00
Tobias Genannt
a217ce8ffd
Changed "build-branches.sh" to "build-next.sh"
...
The old version of "build-branches.sh" skipped the pushing of images when one of
them didn't change its sources. When looking at the Netbox branches I noticed
that the "master" branch only changes when there is a new release. Because we
build the new releases anyway in "build-latest.sh" that leaves "develop" and
"develop-*" which change regularly. The new script "build-next.sh" is responsible
for building "develop-*" as the next major release of Netbox. The build of
"develop" is moved to the Github Action build matrix. This has the additional
advantage of being faster because more builds are done in parallel.
2020-04-08 22:11:37 +02:00
Christian Mäder
9229b45dc2
Fix build status badge
2020-01-23 09:35:30 +01:00
Christian Mäder
dd0aee081a
Fix failing GH Action
2020-01-17 18:46:30 +01:00
Christian Mäder
b118cd5812
Building the Docker image with Github Actions
2019-12-23 18:21:08 +01:00