Skip to content

Commit

Permalink
Merge pull request #210 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.22.0 to 1.22.0
  • Loading branch information
pivotal-david-osullivan authored Aug 5, 2022
2 parents a555616 + 93cdc34 commit 863beb6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}
registry: gcr.io
username: _json_key
- name: Docker login docker.io
if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }}
uses: docker/login-action@v2
with:
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}
registry: docker.io
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
- uses: actions/setup-go@v3
with:
go-version: "1.17"
Expand Down Expand Up @@ -188,7 +195,7 @@ jobs:
--format "${FORMAT}"
fi
env:
PACKAGES: gcr.io/paketo-buildpacks/eclipse-openj9
PACKAGES: docker.io/paketobuildpacks/eclipse-openj9 gcr.io/paketo-buildpacks/eclipse-openj9
PUBLISH: "true"
VERSION: ${{ steps.version.outputs.version }}
VERSION_MAJOR: ${{ steps.version.outputs.version-major }}
Expand Down Expand Up @@ -218,7 +225,7 @@ jobs:
- if: ${{ true }}
uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1
with:
address: gcr.io/paketo-buildpacks/eclipse-openj9@${{ steps.package.outputs.digest }}
address: docker.io/paketobuildpacks/eclipse-openj9@${{ steps.package.outputs.digest }}
id: paketo-buildpacks/eclipse-openj9
token: ${{ secrets.JAVA_GITHUB_TOKEN }}
version: ${{ steps.version.outputs.version }}

0 comments on commit 863beb6

Please sign in to comment.