Skip to content

Commit

Permalink
Updating version to 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nousot-cloud-guy committed Oct 31, 2023
1 parent 47a8252 commit d92f019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
REPO_NAME: ndap/kyuubi
run: |
aws ecr describe-repositories --repository-names ${REPO_NAME} || aws ecr create-repository --repository-name ${REPO_NAME}
docker push $ECR_REGISTRY/$REPO_NAME:1.7.0-spark${{ matrix.spark-version }}
docker push $ECR_REGISTRY/$REPO_NAME:1.9.0-spark${{ matrix.spark-version }}

0 comments on commit d92f019

Please sign in to comment.