Skip to content

Commit

Permalink
Update ecr_push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Oodls authored Dec 2, 2024
1 parent f5e0662 commit a89e2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecr_push.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# ECR Push Script
docker tag wooribound/server:latest ${ECR_URI}/wooribound:server-latest
docker push ${ECR_URI}/wooribound:server-latest
docker tag wooribound/server:latest ${REGISTRY_URI}/wooribound:server-latest
docker push ${REGISTRY_URI}/wooribound:server-latest

0 comments on commit a89e2bd

Please sign in to comment.