From 73214a2e240b0bd7332e6736b8a635547f2da817 Mon Sep 17 00:00:00 2001 From: Victor Carlos Erenu Date: Wed, 4 Feb 2026 19:21:07 +0700 Subject: [PATCH] Revert artifact URL file name --- .github/workflows/Procedure_push_docker_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Procedure_push_docker_images.yml b/.github/workflows/Procedure_push_docker_images.yml index b5873666..864e4ffe 100644 --- a/.github/workflows/Procedure_push_docker_images.yml +++ b/.github/workflows/Procedure_push_docker_images.yml @@ -151,7 +151,7 @@ jobs: # Download the S3 package URIs file S3_BUCKET="${{ secrets.ARTIFACTS_S3_BUCKET }}" - S3_KEY="deployment/artifact_urls_test.yml" + S3_KEY="deployment/artifact_urls.yml" aws s3 cp "s3://$S3_BUCKET/$S3_KEY" "$ARTIFACT_URLS_FILE_TEMP" --region us-west-1 # Verify the file was downloaded