From f69418c1407091cd76f2476a27e8ae60c110a972 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 16 Feb 2022 23:32:52 +0100
Subject: [PATCH] Try on whitewhale

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5a6f5c..44444da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,4 +4,9 @@ include:
 
 build:
   stage: build
+  tags:
+    # Breaks on runner01-sea (https://0xacab.org/varac/varac-home-assistant/-/jobs/252139)
+    # with 'kaniko should only be run inside of a container, run with the --force flag if you are sure you want to continue'
+    # See https://github.com/GoogleContainerTools/kaniko/issues/1542
+    - whitewhale
   extends: .kaniko_build
-- 
GitLab