Skip to content

Commit

Permalink
update image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Oct 23, 2023
1 parent e1ede24 commit 7867f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
WORKFLOW_BRANCH: "new_deployment"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-rem-libwebp"

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ env:
WORKFLOW_BRANCH: "new_deployment"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-rem-libwebp"

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-workspace-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:
WORKFLOW_BRANCH: "new_deployment"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:vstoiber-rem-libwebp"

permissions:
id-token: write
Expand Down

0 comments on commit 7867f56

Please sign in to comment.