Skip to content

Commit

Permalink
test: test docker builx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ3n committed Sep 17, 2024
1 parent 24afe8e commit a53ff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Build a docker container and
# push it to ECR so that it can
# be deployed to ECS.
docker build \
docker buildx build \
--platform linux/arm64 \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--build-arg NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL_PROD }} \
Expand Down

0 comments on commit a53ff05

Please sign in to comment.