Skip to content

Commit

Permalink
fix credential vending document
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 17, 2025
1 parent 3f4dcfb commit b2192a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build and Push the Docker image
run: |
if [[ "${image_type}" == "gravitino" || "${image_type}" == "iceberg-rest-server" || "${publish_latest}" == "true" ]]; then
if [[ "${publish_latest}" == "true" ]]; then
echo "latest"
#./dev/docker/build-docker.sh --platform all --type ${image_type} --image ${image_name} --tag ${{ github.event.inputs.version }} --latest
else
Expand Down

0 comments on commit b2192a7

Please sign in to comment.