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