Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #71 from dweomer/ci/fix-image-publish
Browse files Browse the repository at this point in the history
ci: fix image publishing
  • Loading branch information
dweomer authored Jan 25, 2021
2 parents 3e73002 + 58d2f85 commit 5d50ba7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ steps:
- refs/tags/*

- name: publish-images
image: rancher/dapper:v0.5.0
image: golang:1.16beta1-alpine
commands:
- apk --no-cache add docker-cli file git make
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} publish
environment:
Expand Down Expand Up @@ -78,8 +79,9 @@ platform:

steps:
- name: publish-images
image: rancher/dapper:v0.5.0
image: golang:1.16beta1-alpine
commands:
- apk --no-cache add docker-cli file git make
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make DRONE_TAG=${DRONE_TAG} publish
environment:
Expand All @@ -101,4 +103,4 @@ volumes:
host:
path: /var/run/docker.sock

...
...

0 comments on commit 5d50ba7

Please sign in to comment.