From c0de41a4bd6a212d3275f4138ec98b6128e9ae06 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Wed, 23 Apr 2025 00:45:44 -0700
Subject: [PATCH] Remove 'created' label to test if that's breaking caching

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54b6507..8e29fd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,6 @@ variables:
       --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
       --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}-${ANSIBLE_VERSION}"
       --label org.opencontainers.image.authors="$LABEL_AUTHORS"
-      --label org.opencontainers.image.created="$(date -u -Iseconds)"
       --label org.opencontainers.image.revision="$CI_COMMIT_SHA"
       --label org.opencontainers.image.source="$CI_PROJECT_URL"
       --build-arg ALPINE_VERSION="$ALPINE_VERSION"
-- 
GitLab