Skip to content

Commit

Permalink
Merge pull request #429 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.11.0 to 1.12.0
  • Loading branch information
Daniel Mikusa authored Oct 26, 2021
2 parents 7322c48 + 70267e6 commit 23ebca7
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 652 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.12.0
22 changes: 1 addition & 21 deletions .github/workflows/create-action-adoptium-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: adoptium-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/adoptium-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: alibaba-dragonwell-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/alibaba-dragonwell-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-amazon-corretto-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: amazon-corretto-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/amazon-corretto-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-appdynamics-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: appdynamics-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/appdynamics-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-aqua-security-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: aqua-security-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/aqua-security-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-azul-zulu-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: azul-zulu-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/azul-zulu-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-bellsoft-liberica-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: bellsoft-liberica-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/bellsoft-liberica-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-ca-apm-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: ca-apm-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/ca-apm-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-cf-java-index-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: cf-java-index-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/cf-java-index-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-clojure-tools-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: clojure-tools-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/clojure-tools-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-foojay-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: foojay-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/foojay-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
22 changes: 1 addition & 21 deletions .github/workflows/create-action-gcs-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,6 @@ jobs:
registry: ghcr.io
username: ${{ secrets.JAVA_GITHUB_USERNAME }}
- uses: actions/checkout@v2
- name: Compute Version
id: version
run: |
#!/usr/bin/env bash
set -euo pipefail
if [[ ${GITHUB_REF} =~ refs/tags/v([0-9]+\.[0-9]+\.[0-9]+) ]]; then
VERSION=${BASH_REMATCH[1]}
elif [[ ${GITHUB_REF} =~ refs/heads/(.+) ]]; then
VERSION=${BASH_REMATCH[1]}
else
VERSION=$(git rev-parse --short HEAD)
fi
echo "::set-output name=version::${VERSION}"
echo "Selected ${VERSION} from
* ref: ${GITHUB_REF}
* sha: ${GITHUB_SHA}
"
- name: Create Action
run: |
#!/usr/bin/env bash
Expand All @@ -72,4 +52,4 @@ jobs:
PUSH: ${{ github.event_name != 'pull_request' }}
SOURCE: gcs-dependency
TARGET: ghcr.io/paketo-buildpacks/actions/gcs-dependency
VERSION: ${{ steps.version.outputs.version }}
VERSION: main
Loading

0 comments on commit 23ebca7

Please sign in to comment.