File tree 3 files changed +4
-18
lines changed
3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
runs-on : ubuntu-latest
21
21
name : Builds new NetBox Docker Images
22
+ env :
23
+ GH_ACTION : enable
22
24
steps :
23
25
-
24
26
name : Checkout
@@ -28,24 +30,10 @@ jobs:
28
30
run : |
29
31
echo "::set-output name=version::$(cat VERSION)"
30
32
shell : bash
31
- -
32
- name : Set up QEMU
33
- uses : docker/setup-qemu-action@v1
34
- -
35
- id : buildx-setup
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@v1
38
- with :
39
- install : true
40
- -
41
- name : Available platforms
42
- run : echo ${{ steps.buildx-setup.outputs.platforms }}
43
33
-
44
34
id : docker-build
45
35
name : Build the image with '${{ matrix.build_cmd }}'
46
36
run : ${{ matrix.build_cmd }}
47
- env :
48
- GH_ACTION : enable
49
37
-
50
38
name : Test the image
51
39
run : IMAGE="${FINAL_DOCKER_TAG}" ./test.sh
79
67
run : ${{ matrix.build_cmd }} --push
80
68
env :
81
69
DOCKER_REGISTRY : quay.io
82
- GH_ACTION : enable
83
70
if : steps.docker-build.outputs.skipped != 'true'
84
71
85
72
# ghcr.io
97
84
env :
98
85
DOCKER_REGISTRY : ghcr.io
99
86
DOCKER_ORG : netbox-community
100
- GH_ACTION : enable
101
87
if : steps.docker-build.outputs.skipped != 'true'
Original file line number Diff line number Diff line change 1
- 1.5.0
1
+ 1.5.1
Original file line number Diff line number Diff line change 1
1
version : ' 3.4'
2
2
services :
3
3
netbox : &netbox
4
- image : netboxcommunity/netbox:${VERSION-v3.1-1.5.0 }
4
+ image : netboxcommunity/netbox:${VERSION-v3.1-1.5.1 }
5
5
depends_on :
6
6
- postgres
7
7
- redis
You can’t perform that action at this time.
0 commit comments