From 6198dd8f1d59be9038464ff030ab2136b6fe7615 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 29 Aug 2023 10:10:18 +0200 Subject: [PATCH] Update .github/promote-images.yml Co-authored-by: Laurie T. Malau --- .github/promote-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/promote-images.yml b/.github/promote-images.yml index a5e6762e1..cbef2f8ea 100644 --- a/.github/promote-images.yml +++ b/.github/promote-images.yml @@ -1,7 +1,7 @@ # Sync all the iamges that are tagged using date time stamp # format +%Y-%m-%d-%H-%M-%S e.g. 2022-02-22-10-10-54. # Use simple regex for readability. Since we tag all images with year -# We use a regex rule: Any tag that starts with '20'. +# We use a regex rule: Any tag that starts with '2023'. "europe-docker.pkg.dev/gitpod-artifacts/docker-dev": images-by-tag-regex: workspace-base: "2023.*"