From 53ec3cb3b635783935a494fdd61650a2064e33b2 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Thu, 7 Oct 2021 23:20:23 +0000 Subject: [PATCH] Bump pipeline from 1.11.0 to 1.11.0 Bumps pipeline from 1.11.0 to 1.11.0. Signed-off-by: GitHub --- .github/workflows/create-package.yml | 20 ++++++++++---------- .github/workflows/tests.yml | 16 ++++++++-------- .github/workflows/update-pipeline.yml | 4 ++-- .github/workflows/update-rust.yml | 4 ++-- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index 1348cb5..b1529a2 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -9,8 +9,8 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - name: Docker login docker.io + - 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@v1 with: password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} @@ -64,8 +64,8 @@ jobs: | tar -C "${HOME}"/bin -xz pack env: PACK_VERSION: 0.18.1 - - if: ${{ false }} - name: Enable pack Experimental + - name: Enable pack Experimental + if: ${{ false }} run: | #!/usr/bin/env bash @@ -84,8 +84,8 @@ jobs: ${{ env.HOME }}/.pack ${{ env.HOME }}/carton-cache restore-keys: ${{ runner.os }}-go- - - id: version - name: Compute Version + - name: Compute Version + id: version run: | #!/usr/bin/env bash @@ -128,15 +128,15 @@ jobs: INCLUDE_DEPENDENCIES: "false" OS: linux VERSION: ${{ steps.version.outputs.version }} - - id: package - name: Package Buildpack + - name: Package Buildpack + id: package run: | #!/usr/bin/env bash set -euo pipefail if [[ -n "${PUBLISH+x}" ]]; then - pack package-buildpack \ + pack buildpack package \ "${PACKAGE}:${VERSION}" \ --config "${HOME}"/package.toml \ --publish @@ -144,7 +144,7 @@ jobs: crane tag "${PACKAGE}:${VERSION}" latest echo "::set-output name=digest::$(crane digest "${PACKAGE}:${VERSION}")" else - pack package-buildpack \ + pack buildpack package \ "${PACKAGE}:${VERSION}" \ --config "${HOME}"/package.toml \ --format "${FORMAT}" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ae0232..bed20df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,8 +10,8 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} - name: Docker login docker.io + - 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@v1 with: password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} @@ -46,8 +46,8 @@ jobs: | tar -C "${HOME}"/bin -xz pack env: PACK_VERSION: 0.18.1 - - if: ${{ false }} - name: Enable pack Experimental + - name: Enable pack Experimental + if: ${{ false }} run: | #!/usr/bin/env bash @@ -65,8 +65,8 @@ jobs: ${{ env.HOME }}/.pack ${{ env.HOME }}/carton-cache restore-keys: ${{ runner.os }}-go- - - id: version - name: Compute Version + - name: Compute Version + id: version run: | #!/usr/bin/env bash @@ -116,7 +116,7 @@ jobs: set -euo pipefail if [[ -n "${PUBLISH+x}" ]]; then - pack package-buildpack \ + pack buildpack package \ "${PACKAGE}:${VERSION}" \ --config "${HOME}"/package.toml \ --publish @@ -124,7 +124,7 @@ jobs: crane tag "${PACKAGE}:${VERSION}" latest echo "::set-output name=digest::$(crane digest "${PACKAGE}:${VERSION}")" else - pack package-buildpack \ + pack buildpack package \ "${PACKAGE}:${VERSION}" \ --config "${HOME}"/package.toml \ --format "${FORMAT}" diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index 0e23abd..a94adbb 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -25,8 +25,8 @@ jobs: GO111MODULE=on go get -u -ldflags="-s -w" github.com/paketo-buildpacks/pipeline-builder/cmd/octo - uses: actions/checkout@v2 - - id: pipeline - name: Update Pipeline + - name: Update Pipeline + id: pipeline run: | #!/usr/bin/env bash diff --git a/.github/workflows/update-rust.yml b/.github/workflows/update-rust.yml index bcfcdc0..cb12872 100644 --- a/.github/workflows/update-rust.yml +++ b/.github/workflows/update-rust.yml @@ -45,8 +45,8 @@ jobs: uses: docker://ghcr.io/paketo-buildpacks/actions/paketo-deps-dependency:main with: name: rust - - id: buildpack - name: Update Buildpack Dependency + - name: Update Buildpack Dependency + id: buildpack run: | #!/usr/bin/env bash