File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ IMAGE_VERSION=$(git describe --tags --abbrev=0 --match "v[0-9]*.[0-9]*.[0-9]*" m
14
14
git checkout " ${IMAGE_VERSION} "
15
15
IMAGE_VERSION=${IMAGE_VERSION# v}
16
16
echo " ${DOCKER_USER} /${IMAGE_NAME} :${IMAGE_VERSION} "
17
+ npm install && npm run build
17
18
docker buildx build --platform linux/arm64,linux/amd64 \
18
19
-t " ${DOCKER_USER} /${IMAGE_NAME} :latest" \
19
20
-t " ${DOCKER_USER} /${IMAGE_NAME} :${IMAGE_VERSION} " \
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ IMAGE_VERSION=$(git describe --tags --abbrev=0 --match "v[0-9]*.[0-9]*.[0-9]*" m
6
6
7
7
git checkout " ${IMAGE_VERSION} "
8
8
echo " ${IMAGE_VERSION} "
9
- npm run build && npm run deploy
9
+ npm install && npm run build && npm run deploy
You can’t perform that action at this time.
0 commit comments