From 8460ce26990206b8b92b6430f0a5532f7c920273 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 23 Apr 2023 01:04:37 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec73d9b..313b5c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ image: alpine:latest pages: stage: deploy + tags: + - docker script: - echo 'Nothing to do...' artifacts: -- GitLab