* rm arm/arm64/gcr/ecr related build instructions in build.sh and .drone.ml, only build for amd64 * change autotag to manually specified tags (2 static, one dynamic) * change the branch referenced in .drone.yml as we're using dev by default * module path is now git.dotya.ml/wanderer/drone-kaniko/*
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module git.dotya.ml/wanderer/drone-kaniko
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/urfave/cli v1.22.2
|
|
)
|
|
|
|
go 1.13
|