diff --git a/.woodpecker.yml b/.woodpecker.yml index daa1c36..1ebae51 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: settings: registry: "https://gitea.nulo.in" username: "sutty" - repo: "gitea.nulo.in/sutty/containers-gem-compiler" + repo: "gitea.nulo.in/sutty/gem-compiler" tags: - "${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}" - "latest" @@ -12,7 +12,7 @@ pipeline: - "ALPINE_VERSION=${ALPINE_VERSION}" - "RUBY_VERSION=${RUBY_VERSION}" - "RUBY_PATCH=${RUBY_PATCH}" - - "BASE_IMAGE=gitea.nulo.in/sutty/containers-sdk-ruby" + - "BASE_IMAGE=gitea.nulo.in/sutty/sdk-ruby" secrets: - "DOCKER_PASSWORD" when: