From c2a8b5c797bb67055a665527a344275b7c6b98b1 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:54:19 +0200 Subject: [PATCH] removed tags --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5eb4832..79c4fe0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: # --- PACKAGE STAGE --- # We build the image locally first so we can scan it BEFORE pushing - name: docker-build - image: nexus.khongisa.co.za/docker:latest + image: nexus.khongisa.co.za/docker settings: registry: nexus.khongisa.co.za repo: nexus.khongisa.co.za/webapitest @@ -32,7 +32,7 @@ steps: # Set to false once you verify the scan passes, or see the step below - name: docker-push - image: nexus.khongisa.co.za/docker:latest + image: nexus.khongisa.co.za/docker settings: registry: nexus.khongisa.co.za repo: nexus.khongisa.co.za/webapitest @@ -43,7 +43,7 @@ steps: from_secret: docker_password - name: vulnerability-scan - image: nexus.khongisa.co.za/trivy:latest + image: nexus.khongisa.co.za/trivy environment: # Trivy needs these to pull the image from your Nexus to scan it TRIVY_USERNAME: @@ -55,7 +55,7 @@ steps: # --- DEPLOY STAGE --- - name: deploy-uat - image: nexus.khongisa.co.za/drone-ssh:latest + image: nexus.khongisa.co.za/drone-ssh settings: host: from_secret: ssh_host -- 2.47.3