Skip to content

Commit

Permalink
Merge pull request #209 from paketo-community/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.39.0 to 1.39.0
  • Loading branch information
dmikusa authored May 31, 2024
2 parents c8c8b8d + ae6439e commit 5a4be46
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
runs-on:
- ubuntu-latest
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@v3
with:
password: ${{ secrets.GCR_PUSH_BOT_JSON_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@v3
Expand Down

0 comments on commit 5a4be46

Please sign in to comment.