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

Commit

Permalink
Set autotag on tagged docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed May 22, 2019
1 parent affd373 commit a31ad0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ steps:
image: plugins/docker
settings:
repo: jeffail/benthos-lab
auto_tag: true
username: jeffail
password:
from_secret: docker_password
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ go install ./server/benthos-lab
Docker:

``` sh
go mod vendor
docker build . -t benthosdev/benthos-lab
```

Expand Down

0 comments on commit a31ad0a

Please sign in to comment.