Skip to content

Commit 1ad9098

Browse files
committed
fix(go-dev): docker push error
1 parent f7c5076 commit 1ad9098

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.drone/drone.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ steps:
3232
image: docker.io/drycc/go-dev
3333
privileged: true
3434
commands:
35+
- make build
3536
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
36-
- make build push
37+
- make push
3738
environment:
3839
VERSION: ${DRONE_TAG:-latest}-linux-amd64
3940
DEV_REGISTRY:
@@ -86,8 +87,9 @@ steps:
8687
image: docker.io/drycc/go-dev
8788
privileged: true
8889
commands:
90+
- make build
8991
- echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
90-
- make build push
92+
- make push
9193
environment:
9294
VERSION: ${DRONE_TAG:-latest}-linux-arm64
9395
DEV_REGISTRY:

0 commit comments

Comments
 (0)