From 7b51e8972ce0c807c7a97d20302ef96cea59f043 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 5 Nov 2021 23:44:04 +0200 Subject: [PATCH] fixup! Sleep container image. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8586f61..9d75c87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ push-sleep: extends: .container-push variables: CONTEXT: sleep - IMAGE: cron + IMAGE: sleep needs: - job: build-sleep artifacts: true -- GitLab