Skip to content

Commit

Permalink
Merge pull request #1146 from kufu-ai/fix-invalid-DOCKERHUB_USER-and-…
Browse files Browse the repository at this point in the history
…REPO_OWNER

fix invalid DOCKERHUB_USER and REPO_OWNER
  • Loading branch information
pirlodog1125 authored Sep 24, 2024
2 parents b8c2176 + da8004f commit 93084d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
env:
# TODO: Change variable to your image's name.
IMAGE_NAME: gocat
DOCKERHUB_USER: 073722781018412843238584254322
DOCKERHUB_USER: zaimbot
PLATFORMS: linux/arm64,linux/amd64
DOCKERHUB_REPO_OWNER: davinci-std
DOCKERHUB_REPO_OWNER: zaiminc

jobs:
# Run tests.
Expand Down

0 comments on commit 93084d8

Please sign in to comment.