From 846ba5b333e25539ca5d2073ffc3044ced3a374f Mon Sep 17 00:00:00 2001 From: f Date: Mon, 15 May 2023 13:25:36 -0300 Subject: [PATCH] fix: container --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index afc8c0b..68020ca 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: publish: - image: "registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}" + image: "gitea.nulo.in/sutty/gem-compiler:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}" pull: true commands: - "mkdir -p ~/.config/tea"