Skip to content

Commit

Permalink
Move to paketo-buildpacks org
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Oct 2, 2024
1 parent 7295eda commit 8b89240
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @paketo-community/builders-maintainers
* @paketo-community/java-maintainers
* @paketo-buildpacks/builders-maintainers
* @paketo-buildpacks/java-maintainers
4 changes: 2 additions & 2 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
run: |
DOCKERHUB_ORG="${GITHUB_REPOSITORY_OWNER/-/}" # translates 'paketo-community' to 'paketocommunity'
DOCKERHUB_ORG="${GITHUB_REPOSITORY_OWNER/-/}" # translates 'paketo-buildpacks' to 'paketobuildpacks'
# Strip off the Github org prefix from repo name
# paketo-community/builder-with-some-name --> builder-with-some-name
# paketo-buildpacks/builder-with-some-name --> builder-with-some-name
registry_repo=$(echo "${{ github.repository }}" | sed 's/^.*\///')
echo "${PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD}" | docker login --username "${PAKETO_BUILDPACKS_DOCKERHUB_USERNAME}" --password-stdin
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/paketo-community/builder-jammy-java-tiny
module github.com/paketo-buildpacks/builder-jammy-java-tiny

go 1.23.0

Expand Down

0 comments on commit 8b89240

Please sign in to comment.