diff --git a/.dockerignore b/.dockerignore index 0ea67f6..e9cdcd0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,5 +5,6 @@ !pkg/ !scripts/ !Dockerfile* +!.dockerignore !go.mod !go.sum \ No newline at end of file diff --git a/.woodpecker.yml b/.woodpecker.yml index 4836e1e..d136164 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,6 +10,11 @@ variables: from_secret: hub_username_cybercinch password: from_secret: docker_password_cybercinch +clone: + git: + settings: + partial: false + depth: 50 steps: build-release: