Skip to content

Commit

Permalink
Updated docker-deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyhadiya committed Jun 22, 2023
1 parent e3ea984 commit 01b6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
! [[ "$IMAGE_TAG" ]] && IMAGE_TAG=${{ steps.branch-name.outputs.current_branch }}
[[ "$IMAGE_TAG" =~ ^(master|main)$ ]] && IMAGE_TAG=latest
image=`echo ${{ matrix.image }} | cut -d '/' -f 2`
[[ ${{ matrix.image }} == "spark-base" ]] && tag=3.3.2 || tag=$IMAGE_TAG`
[[ ${{ matrix.image }} == "spark-base" ]] && tag=3.3.2 || tag=$IMAGE_TAG
echo "DOCKER_IMAGE_TAG=kartikeyhadiya/$image:$tag" >> $GITHUB_ENV
- name: Build and push image
Expand Down

0 comments on commit 01b6eb7

Please sign in to comment.