diff --git a/.woodpecker/docker.yml b/.woodpecker/docker.yml index c24615f6a..923d4cc41 100644 --- a/.woodpecker/docker.yml +++ b/.woodpecker/docker.yml @@ -456,9 +456,9 @@ steps: publish-next-cli: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on publish-next-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - publish-next-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -475,9 +475,9 @@ steps: publish-next-cli-alpine: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on publish-next-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - publish-next-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -526,9 +526,9 @@ steps: release-cli: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on release-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - release-agent image: *buildx_plugin settings: repo: *publish_repos_cli @@ -544,9 +544,9 @@ steps: release-cli-alpine: depends_on: - vendor - # we also depend on cross-compile-server as we would have to hight + # we also depend on release-agent as we would have to hight # ram usage otherwise - - cross-compile-server + - release-agent image: *buildx_plugin settings: repo: *publish_repos_cli