Skip to content

Commit

Permalink
fixed docker image tag and updated chart docs (kubeflow#1969)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Chubatiuk <[email protected]>
Signed-off-by: Vara Bonthu <[email protected]>
  • Loading branch information
AndrewChubatiuk authored and vara-bonthu committed Apr 14, 2024
1 parent 52fb6bd commit 535d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: preview
tags: ${{ needs.build-skip-check.outputs.version }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 535d6bf

Please sign in to comment.