diff --git a/.woodpecker.yml b/.woodpecker.yml index d8db0ff..78c4974 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,13 +4,13 @@ steps: pull: true commands: - sleep 99999 - settings: - registry: git.sandbox.iuk.hdm-stuttgart.de - repository: grosse/jupyterlab-datascience - tag: 4.0.12c - architecture: amd64,arm64 - context: Dockerfile - username: - from_secret: docker_username - password: - from_secret: docker_password \ No newline at end of file + # settings: + # registry: git.sandbox.iuk.hdm-stuttgart.de + # repository: grosse/jupyterlab-datascience + # tag: 4.0.12c + # architecture: amd64,arm64 + # context: Dockerfile + # username: + # from_secret: docker_username + # password: + # from_secret: docker_password \ No newline at end of file