Skip to content

Commit

Permalink
build(pipeline): fix pipeline issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thegbk committed Jun 27, 2024
1 parent d175b06 commit 5c800de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Drone Pipline
# Drone CI File!

kind: pipeline
type: kubernetes
Expand All @@ -15,7 +15,8 @@ steps:
image: plugins/docker
settings:
repo: josaorg/kutt
auto_tag: true
tags:
- ${DRONE_COMMIT_SHA}
username:
from_secret: docker_username
password:
Expand Down

0 comments on commit 5c800de

Please sign in to comment.