Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Add some docker version info to the publish script (airbytehq#13247)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored and Jordan Scott committed Jun 1, 2022
1 parent 512afa9 commit 0adc642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ cmd_publish() {
local versioned_image=$image_name:$image_version
local latest_image="$image_name" # don't include ":latest", that's assumed here
local build_arch="linux/amd64,linux/arm64"

# learn about this version of Docker
echo "--- docker info ---"
docker --version
docker buildx version

# log into docker
DOCKER_USERNAME=${DOCKER_USERNAME:-airbytebot}
Expand Down

0 comments on commit 0adc642

Please sign in to comment.