From 6e5db168bc5d20c3df58d19739a6a4b8773e1d0f Mon Sep 17 00:00:00 2001 From: Cornelius Specht Date: Mon, 26 Feb 2024 11:36:01 +0100 Subject: [PATCH] test --- .woodpecker.yml | 4 ++-- Dockerfile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ca04734..8468981 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,5 +12,5 @@ steps: from_secret: docker_username password: from_secret: docker_password - when: - branch: main \ No newline at end of file + when: + branch: main \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 35c57bc..d85d4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -FROM hello-world:linux ARG LAB_IMAGE=quay.io/jupyter/scipy-notebook:lab-4.0.12 ARG NB_USER="jovyan" ARG NB_UID="1000"