This commit is contained in:
parent
8a5e3d31d6
commit
60cdf4c47d
@ -4,9 +4,9 @@ type: docker
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu:22.04
|
image: ubuntu:20.04
|
||||||
commands:
|
commands:
|
||||||
- apt-get update & apt-get install docker git -y
|
- apt-get update ; apt-get install docker git -y
|
||||||
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
|
- git clone https://git.lipovcan.cz/Upstream/mikrotik-exporter.git
|
||||||
- docker build -t mikrotik_exporter:1.0 .
|
- docker build -t mikrotik_exporter:1.0 .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user