Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix docker push
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <[email protected]>
  • Loading branch information
Yard1 committed Jun 21, 2023
1 parent 244fb47 commit 3da7715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_aviary_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ DOCKER_FILE="${AVIARY_DOCKER_FILE:-deploy/ray/Dockerfile}"
./build_aviary_wheel.sh

sudo docker build . -f $DOCKER_FILE -t $DOCKER_TAG -t $DOCKER_REPO:latest
sudo docker push -a "$DOCKER_TAG"
sudo docker push -a "$DOCKER_REPO"

0 comments on commit 3da7715

Please sign in to comment.