Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <limengxuan@4paradigm.com>
  • Loading branch information
archlitchi committed Feb 2, 2024
1 parent 36de7f4 commit 16ce106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
# Server address of Docker registry. If not set then will default to Docker Hub
# registry: 4pdosc
# Username used to log against the Docker registry
username: ${{ secrets.DOCKER_4PD_NAME }}
username: ${{ secrets.DOCKERHUB_TOKEN }}
# Password or personal access token used to log against the Docker registry
password: ${{ secrets.DOCKER_4PD_PASSWD }}
password: ${{ secrets.DOCKERHUB_PASSWD }}

- name: Set up Docker Buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export GOLANG_IMAGE="golang:1.21-bullseye"
export NVIDIA_IMAGE="nvidia/cuda:12.2.0-devel-ubuntu20.04"
export DEST_DIR="/usr/local"

IMAGE=${IMAGE-"4pdosc/k8s-vdevice"}
IMAGE=${IMAGE-"projecthami/hami"}

function go_build() {
[[ -z "$J" ]] && J=$(nproc | awk '{print int(($0 + 1)/ 2)}')
Expand Down

0 comments on commit 16ce106

Please sign in to comment.