Skip to content

Commit c17ede5

Browse files
committed
fix typo
1 parent d554128 commit c17ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-api-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Docker build, tag, and push image to ECR
3838
id: build-push-image
3939
run: |
40-
docker --secret id=codeartifact_token,src=./.codeartifact_token build -f api/Dockerfile -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . --platform linux/arm64
40+
docker build --secret id=codeartifact_token,src=./.codeartifact_token -f api/Dockerfile -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . --platform linux/arm64
4141
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
4242
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"

0 commit comments

Comments
 (0)