From 4f68b725c19c223fe5217fc03220623491f57b78 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Fri, 31 May 2024 13:22:06 +0000 Subject: [PATCH] Bump pipeline from 1.39.0 to 1.39.0 Bumps pipeline from 1.39.0 to 1.39.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/pb-create-package.yml | 7 ------- .github/workflows/pb-update-cargo.yml | 7 ------- .github/workflows/pb-update-draft-release.yml | 7 ------- .github/workflows/pb-update-procfile.yml | 7 ------- .github/workflows/pb-update-rust-dist.yml | 7 ------- .github/workflows/pb-update-rustup.yml | 7 ------- .github/workflows/pb-update-syft.yml | 7 ------- 7 files changed, 49 deletions(-) diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 8146109..2796182 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -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 diff --git a/.github/workflows/pb-update-cargo.yml b/.github/workflows/pb-update-cargo.yml index fbe568f..769bd04 100644 --- a/.github/workflows/pb-update-cargo.yml +++ b/.github/workflows/pb-update-cargo.yml @@ -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 diff --git a/.github/workflows/pb-update-draft-release.yml b/.github/workflows/pb-update-draft-release.yml index 2efd977..5eb64a7 100644 --- a/.github/workflows/pb-update-draft-release.yml +++ b/.github/workflows/pb-update-draft-release.yml @@ -13,13 +13,6 @@ jobs: uses: release-drafter/release-drafter@v5 env: GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - - 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 diff --git a/.github/workflows/pb-update-procfile.yml b/.github/workflows/pb-update-procfile.yml index 6131427..4f88914 100644 --- a/.github/workflows/pb-update-procfile.yml +++ b/.github/workflows/pb-update-procfile.yml @@ -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 diff --git a/.github/workflows/pb-update-rust-dist.yml b/.github/workflows/pb-update-rust-dist.yml index fb065f3..e8fe01c 100644 --- a/.github/workflows/pb-update-rust-dist.yml +++ b/.github/workflows/pb-update-rust-dist.yml @@ -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 diff --git a/.github/workflows/pb-update-rustup.yml b/.github/workflows/pb-update-rustup.yml index bf73cb5..1d75c2c 100644 --- a/.github/workflows/pb-update-rustup.yml +++ b/.github/workflows/pb-update-rustup.yml @@ -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 diff --git a/.github/workflows/pb-update-syft.yml b/.github/workflows/pb-update-syft.yml index 0af5fd2..33c81fd 100644 --- a/.github/workflows/pb-update-syft.yml +++ b/.github/workflows/pb-update-syft.yml @@ -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