Commit Graph

16 Commits

Author SHA1 Message Date
eef45c8197 Using new GITHUB_OUTPUT method 2023-01-28 15:49:13 +01:00
f2b0375d5b Using GITHUB_TOKEN for API 2023-01-28 13:38:28 +01:00
c0063a6573 Update docker/setup-buildx-action action to v2 2022-07-16 08:23:01 +00:00
8aec402ea2 Update docker/setup-qemu-action action to v2 2022-07-15 18:36:01 +00:00
cee1b5b079 Build ARM64 images 2022-07-15 15:06:16 +02:00
ed8b42fbde Update docker/login-action action to v2 2022-05-05 19:01:27 +00:00
2c20771682 Update actions/checkout action to v3 2022-03-01 19:06:16 +00:00
2456a642b7 Fixed release action workflow 2021-12-09 11:23:30 +01:00
4cc7f13b6e Push to ghcr.io 2021-10-18 11:42:59 +02:00
5b34df1471 Build feature branch
The branch for the next version of Netbox is now called "feature".
2021-04-26 09:44:52 +02:00
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
b92c652d99 Add quay.io as fallback registry 2020-12-15 00:41:01 +01:00
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
9229b45dc2 Fix build status badge 2020-01-23 09:35:30 +01:00
dd0aee081a Fix failing GH Action 2020-01-17 18:46:30 +01:00
b118cd5812 Building the Docker image with Github Actions 2019-12-23 18:21:08 +01:00