From 6f6aa4ffab7087e4908bf4dc6e2b60ea94b368ed Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 10 Feb 2021 05:10:21 +0000 Subject: [PATCH] Bump pipeline from 1.9.0 to 1.9.2 Bumps pipeline from 1.9.0 to 1.9.2. Signed-off-by: GitHub --- .github/dependabot.yml | 7 ------- .github/pipeline-version | 2 +- .github/workflows/create-package.yml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d28333..5302b7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,5 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily - labels: - - semver:patch - - type:dependency-upgrade - package-ecosystem: gomod directory: / schedule: diff --git a/.github/pipeline-version b/.github/pipeline-version index f8e233b..8fdcf38 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.9.0 +1.9.2 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index b48545b..80f10b3 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -176,7 +176,7 @@ jobs: DIGEST: ${{ steps.package.outputs.digest }} GITHUB_TOKEN: ${{ secrets.JAVA_GITHUB_TOKEN }} - if: ${{ true }} - uses: docker://ghcr.io/buildpacks/actions/registry:main + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1 with: address: gcr.io/paketo-buildpacks/environment-variables@${{ steps.package.outputs.digest }} id: paketo-buildpacks/environment-variables