Skip to content

Commit

Permalink
Bump pipeline from 1.21.2 to 1.21.3
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.21.2 to 1.21.3.

Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
paketo-bot committed May 25, 2022
1 parent bc5a4da commit 217ffa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.2
1.21.3
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Docker login gcr.io
if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }}
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }}
registry: gcr.io
Expand Down

0 comments on commit 217ffa3

Please sign in to comment.