Skip to content

Commit

Permalink
Merge pull request #4 from kanopy-platform/update_drone
Browse files Browse the repository at this point in the history
Use upstream kaniko plugin
  • Loading branch information
colinhoglund committed Aug 30, 2021
2 parents 2449595 + 2156369 commit 788b28e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ steps:
- make test

- name: publish
image: public.ecr.aws/kanopy-sandbox/kaniko-ecr:latest
image: plugins/kaniko-ecr
settings:
registry: public.ecr.aws
repo: kanopy-sandbox/${DRONE_REPO_NAME}
registry: public.ecr.aws/kanopy-sandbox
repo: ${DRONE_REPO_NAME}
create_repository: true
tags:
- git-${DRONE_COMMIT_SHA:0:7}
Expand All @@ -31,10 +31,10 @@ steps:
from_secret: ecr_secret_key

- name: publish-tag
image: public.ecr.aws/kanopy-sandbox/kaniko-ecr:latest
image: plugins/kaniko-ecr
settings:
registry: public.ecr.aws
repo: kanopy-sandbox/${DRONE_REPO_NAME}
registry: public.ecr.aws/kanopy-sandbox
repo: ${DRONE_REPO_NAME}
tags:
- git-${DRONE_COMMIT_SHA:0:7}
- ${DRONE_TAG}
Expand Down

0 comments on commit 788b28e

Please sign in to comment.