From 0e232ca6fce6bad980c379b91092b9757dd7cac2 Mon Sep 17 00:00:00 2001 From: LuisDev18 Date: Sun, 10 Aug 2025 15:19:03 -0500 Subject: [PATCH] fix: add arg version_app variable --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 8443bef..abbea69 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -17,7 +17,7 @@ phases: commands: - echo Build started on `date` - echo Building the Docker image... - - docker build --build-arg APP_VERSION=$IMAGE_VERSION -t $IMAGE_TAG . + - docker build --build-arg APP_VERSION=$IMAGE_TAG -t $REPOSITORY_URI:$IMAGE_TAG . post_build: commands: - echo Build completed on `date`