From 6daeba6fb0c3830fed6a5094ae4c147a7695dc5a Mon Sep 17 00:00:00 2001 From: SennayT Date: Tue, 19 May 2026 09:30:35 +0300 Subject: [PATCH] fix typo --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index abcc237d7..d9146848b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -60,7 +60,7 @@ jobs: # Build using the file docker build --secret id=npmrc,src=.npmrc_temp -t edr-${{needs.environment.outputs.target}} . - docker build --secret id=npmrc,src=.npmrc_temp --target passenger-migration -t edr-passenger-migration-${{needs.environment.outputs.target}} . . + docker build --secret id=npmrc,src=.npmrc_temp --target passenger-migration -t edr-passenger-migration-${{needs.environment.outputs.target}} . # Shred/Remove the sensitive file rm .npmrc_temp