From a33a9b5d89856003f6ee0d20787ecb5515083be7 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 30 Oct 2021 22:10:37 +0200 Subject: [PATCH] 4.0.2. not available yet. --- .github/workflows/dip.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dip.yml b/.github/workflows/dip.yml index 36abb2a..87de7cc 100644 --- a/.github/workflows/dip.yml +++ b/.github/workflows/dip.yml @@ -1,4 +1,4 @@ -name: "DIP" +name: 'DIP' on: [push] jobs: dive: @@ -17,5 +17,3 @@ jobs: run: ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --dockerfile - name: Check Golang run: ./dip image --name=golang --regex=^1\.[0-9]+\.[0-9]+-alpine3\.[0-9]+$ --dockerfile - - name: Check for outdated images in k8sfiles - run: ./dip image --name utrecht/dip --regex=^[0-9]+\.[0-9]+\.[0-9]+$ --k8sfile