Skip to content

Commit

Permalink
fix: multi platform build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Jun 9, 2024
1 parent f76fe8d commit a489283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ docker buildx build \
--tag $IMAGE_NAME \
--label "GITHUB_RUN_ID=$GITHUB_RUN_ID" \
--label "IMAGE_NAME=$IMAGE_NAME" \
--build-arg APP_NAME=$(APP_NAME) \
--build-arg PORT=$(PORT) \
--build-arg APP_NAME=$APP_NAME \
--build-arg PORT=$PORT \
--build-arg GIT_REPOSITORY=$GIT_REPOSITORY \
--build-arg GIT_BRANCH=$GIT_BRANCH \
--build-arg GIT_COMMIT=$GIT_COMMIT_SHA \
Expand Down

0 comments on commit a489283

Please sign in to comment.