Commit 3cfa2238 authored by Alexandre Burgoni's avatar Alexandre Burgoni
Browse files

Update job.yml image structure

parent a43b2d31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ icon: 📒
maintainer: thomasboni
license: MIT
images:
  - 'node:12.18.3-alpine3.12'
  "node": "12.18.3-alpine3.12"
tools:
  ApiDoc: '$APIDOC_VERSION'
 No newline at end of file
  ApiDoc: "$APIDOC_VERSION"
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ icon: 🐳
maintainer: thomasboni
license: MIT
images:
  - 'gcr.io/kaniko-project/executor:debug-v0.20.0'
  "gcr.io/kaniko-project/executor": 'debug-v0.20.0'
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ icon: 🌐
maintainer: Protocole
license: MIT
images:
  - 'alpine:3.12.1'
  "alpine": '3.12.1'
tools:
  .NET: '$DOTNET_VERSION'
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 📃
maintainer: coconux
license: MIT
images:
  - 'alpine:3.12.1'
  "alpine": "3.12.1"
when: always
tools:
  doxygen: '1.8.18-r0'
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ icon: 🔐
maintainer: FulcrandG
license: MIT
images:
  - 'zricethezav/gitleaks:v6.1.2'
  "zricethezav/gitleaks": 'v6.1.2'
tools:
  gitleaks: 6.1.2
Loading