Skip to content

Commit

Permalink
fix the docker registry name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janisar007 committed May 28, 2024
1 parent bb56962 commit 4e40398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
INITIALIZ_BUILDPACKS_DOCKERHUB_PASSWORD: ${{ secrets.INITIALIZ_BUILDPACKS_DOCKERHUB_PASSWORD }}
run: |
DOCKERHUB_ORG="initializbuildpacks"
registry_repo="go-securepack"
registry_repo="securepacks"
echo "${INITIALIZ_BUILDPACKS_DOCKERHUB_PASSWORD}" | docker login --username "${INITIALIZ_BUILDPACKS_DOCKERHUB_USERNAME}" --password-stdin
docker tag builder "${DOCKERHUB_ORG}/${registry_repo}:latest"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/initializ-buildpacks/Go-Securepack
module github.com/initializ-buildpacks/securepack

go 1.21

Expand Down

0 comments on commit 4e40398

Please sign in to comment.