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 #36 from dweomer/drone-publish
Browse files Browse the repository at this point in the history
drone: publish after building release target
  • Loading branch information
dweomer authored May 6, 2020
2 parents 00ae9f4 + 9c35a29 commit b936cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
image: plugins/docker
settings:
dockerfile: Dockerfile
target: data
target: release
password:
from_secret: docker_password
repo: "rancher/k3c"
Expand Down Expand Up @@ -105,7 +105,7 @@ steps:
image: plugins/docker
settings:
dockerfile: Dockerfile
target: data
target: release
password:
from_secret: docker_password
repo: "rancher/k3c"
Expand Down Expand Up @@ -169,7 +169,7 @@ steps:
image: plugins/docker
settings:
dockerfile: Dockerfile
target: data
target: release
password:
from_secret: docker_password
repo: "rancher/k3c"
Expand Down

0 comments on commit b936cd7

Please sign in to comment.