Skip to content

Commit

Permalink
Fix bug in the readme and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Mar 22, 2024
1 parent 1c999cc commit 1151cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ vars.DOCKER_IMAGE_NAME }}
tags: ${{ env.DOCKER_TAGS }}

- name: Build and push docker image
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The Helm chart version changed automatically when a new release is created. The
- `EKS_CLUSTER_ROLE_ARN` - The IAM role's ARN in AWS, providing permissions for managing an Amazon EKS Kubernetes cluster.
- `EKS_CLUSTER_NAME` - Amazon EKS Kubernetes cluster name.
- `EKS_CLUSTER_NAMESPACE` - Amazon EKS Kubernetes cluster namespace.
- `HELM_REPO_URL` - `https://<workspace>.github.io/<project>/`
- `HELM_REPO_URL` - `https://<workspace>.github.io/<project>/helm-charts/`


You can set up automatic testing in GitHub Actions for different versions of Python. To do this, specify the versions set in the `.github/workflows/test_and_build.yaml` file. For example:
Expand Down

0 comments on commit 1151cf5

Please sign in to comment.