Skip to content

Commit

Permalink
Merge pull request #1139 from kufu-ai/fix-failed-to-push-kufu-ai/goca…
Browse files Browse the repository at this point in the history
…tlatest-push-access-denied,-repository-does-not-exist

fix failed to push kufu-ai/gocat:latest: push access denied, reposito…
  • Loading branch information
pirlodog1125 authored Sep 6, 2024
2 parents f4a581d + 2fff356 commit 168a8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
IMAGE_NAME: gocat
DOCKERHUB_USER: yasukexxx
PLATFORMS: linux/arm64,linux/amd64
DOCKERHUB_REPO_OWNER: davinci-std

jobs:
# Run tests.
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:

- name: Build and Push image
run: |
IMAGE_ID=${{ github.repository_owner }}/$IMAGE_NAME
IMAGE_ID=$DOCKERHUB_REPO_OWNER/$IMAGE_NAME
# Change all uppercase to lowercase
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit 168a8df

Please sign in to comment.