Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mittalsuraj18 committed Feb 5, 2024
1 parent c3b4ded commit 47b3fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker_build_push_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ REPO_NAME="setusuraj/superset"


REFSPEC="2.0.7"
REFSPEC="2.0.8"
LATEST_TAG="latest"

cat<<EOF
Expand All @@ -36,6 +37,7 @@ EOF
docker build --target lean \
-t "${REPO_NAME}:${REFSPEC}" \
-t "${REPO_NAME}:${LATEST_TAG}" \
--platform=linux/amd64 \
--build-arg PY_VER="3.8-slim"\
--label "built_at=$(date)" \
--label "target=lean" \
Expand All @@ -47,6 +49,7 @@ docker build --target lean \
docker build --target lean \
-t "${REPO_NAME}:${REFSPEC}-py39" \
-t "${REPO_NAME}:${LATEST_TAG}-py39" \
--platform=linux/amd64 \
--build-arg PY_VER="3.9-slim"\
--label "built_at=$(date)" \
--label "target=lean39" \
Expand All @@ -58,6 +61,7 @@ docker build --target lean \
docker build \
-t "${REPO_NAME}:${REFSPEC}-websocket" \
-t "${REPO_NAME}:${LATEST_TAG}-websocket" \
--platform=linux/amd64 \
--label "built_at=$(date)" \
--label "target=websocket" \
superset-websocket
Expand All @@ -68,6 +72,7 @@ docker build \
docker build --target dev \
-t "${REPO_NAME}:${REFSPEC}-dev" \
-t "${REPO_NAME}:${LATEST_TAG}-dev" \
--platform=linux/amd64 \
--label "built_at=$(date)" \
--label "target=dev" \
.
Expand Down

0 comments on commit 47b3fdf

Please sign in to comment.