Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 7, 2023
1 parent d3defd0 commit 5a555e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ fi
DOCKER_CONF="$PWD/.docker"
mkdir -p "$DOCKER_CONF"

docker buildx ls

docker --config="$DOCKER_CONF" login -u="$QUAY_USER" -p="$QUAY_TOKEN" quay.io
docker --config="$DOCKER_CONF" login -u="$RH_REGISTRY_USER" -p="$RH_REGISTRY_TOKEN" registry.redhat.io

Expand Down

0 comments on commit 5a555e4

Please sign in to comment.