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 6d29ccb commit 993ff6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
if [ "${{ github.event.inputs.latest }}" == "true" ]; then
echo "publish_latest=true" >> $GITHUB_ENV
else
else
echo "publish_latest=false" >> $GITHUB_ENV
fi
fi
- name: Check publish Docker token
run: |
Expand Down Expand Up @@ -127,9 +127,9 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/CodeQL
if [[ "${image_type}" == "gravitino" || "${image_type}" == "iceberg-rest-server" || "${publish_latest}" == "true" ]]; then
echo "latest"
echo "latest"
#./dev/docker/build-docker.sh --platform all --type ${image_type} --image ${image_name} --tag ${{ github.event.inputs.version }} --latest
else
echo "not latest"
echo "not latest"
#./dev/docker/build-docker.sh --platform all --type ${image_type} --image ${image_name} --tag "${tag_name}-${{ github.event.inputs.version }}"
fi

0 comments on commit 993ff6e

Please sign in to comment.