Skip to content

Commit

Permalink
Update ecr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Nov 6, 2024
1 parent 06db13d commit 58ac09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/sdk/images/baked/ecr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ function Images::push() {
echo "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${SPRYKER_PROJECT_NAME}-pipeline:${tag}"
docker push "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${SPRYKER_PROJECT_NAME}-pipeline:${tag}" &
docker push "${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/${SPRYKER_PROJECT_NAME}-pipeline:latest" &

wait
}

0 comments on commit 58ac09f

Please sign in to comment.