Skip to content

Commit 8a020ea

Browse files
committed
feat: remove PYTHON_BASE_IMAGE and NODE_BASE_IMAGE as they are part of the Dockerfile
1 parent aed1abf commit 8a020ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ concurrency:
4646

4747
env:
4848
WORKFLOW_BRANCH: "main"
49-
PYTHON_BASE_IMAGE: "python:3.10.18-slim-bullseye"
5049
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
51-
NODE_BASE_IMAGE: "node:20.9-bullseye"
5250
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
5351

5452
permissions:
@@ -232,9 +230,7 @@ jobs:
232230
GIT_BRANCH=${{ steps.get-branch.outputs.branch }}
233231
GIT_COMMIT_HASH=${{ steps.get-branch.outputs.commit_hash }}
234232
DOCKERFILE_DIRECTORY=${{ matrix.component.flavor_directory }}/${{ matrix.component.directory }}
235-
PYTHON_BASE_IMAGE=${{ env.PYTHON_BASE_IMAGE }}
236233
DATAVISYN_PYTHON_BASE_IMAGE=${{ env.DATAVISYN_PYTHON_BASE_IMAGE }}
237-
NODE_BASE_IMAGE=${{ env.NODE_BASE_IMAGE }}
238234
DATAVISYN_NGINX_BASE_IMAGE=${{ env.DATAVISYN_NGINX_BASE_IMAGE }}
239235
UV_HTTP_TIMEOUT=300
240236
${{ matrix.component.formatted_build_args }}

0 commit comments

Comments
 (0)