Skip to content

Commit

Permalink
Update ECR build step for release (#3)
Browse files Browse the repository at this point in the history
* Update ecr build step for release

* Creds path
  • Loading branch information
smartfin authored Oct 22, 2024
1 parent e8a8561 commit 96546f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ steps:
- name: build_publish_stable
image: plugins/ecr
environment:
AWS_SHARED_CREDENTIALS_FILE: /drone/src/.shared_creds
AWS_SHARED_CREDENTIALS_FILE: /drone/src/.shared_creds_development
settings:
context: .
dockerfile: ./docker/Dockerfile.linux.amd64
registry: 375574098923.dkr.ecr.us-east-1.amazonaws.com
repo: drone-convert-pathschanged/drone-convert-pathschanged
repo: drone-convert-pathschanged
tags:
- stable
- ${DRONE_TAG}
Expand Down

0 comments on commit 96546f9

Please sign in to comment.