We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c5076 commit 1ad9098Copy full SHA for 1ad9098
1 file changed
.drone/drone.yml
@@ -32,8 +32,9 @@ steps:
32
image: docker.io/drycc/go-dev
33
privileged: true
34
commands:
35
+ - make build
36
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
- - make build push
37
+ - make push
38
environment:
39
VERSION: ${DRONE_TAG:-latest}-linux-amd64
40
DEV_REGISTRY:
@@ -86,8 +87,9 @@ steps:
86
87
88
89
90
91
92
93
94
VERSION: ${DRONE_TAG:-latest}-linux-arm64
95
0 commit comments