Skip to content

Commit

Permalink
Bump pipeline from 1.34.0 to 1.36.0
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.34.0 to 1.36.0.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
paketocommunity authored Jan 19, 2024
1 parent 1327cd0 commit 65ce354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.0
1.36.0
8 changes: 3 additions & 5 deletions .github/workflows/pb-update-tini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ jobs:
set -euo pipefail
OLD_VERSION=$(yj -tj < buildpack.toml | jq -r "
.metadata.dependencies[] |
select( .id == env.ID ) |
select( .version | test( env.VERSION_PATTERN ) ) |
.version")
OLD_VERSION=$(yj -tj < buildpack.toml | \
jq -r ".metadata.dependencies[] | select( .id == env.ID ) | select( .version | test( env.VERSION_PATTERN ) ) | select( .purl | contains( env.ARCH ) ) | .version")
update-buildpack-dependency \
--buildpack-toml buildpack.toml \
Expand Down Expand Up @@ -90,6 +87,7 @@ jobs:
echo "new-version=${VERSION}" >> "$GITHUB_OUTPUT"
echo "version-label=${LABEL}" >> "$GITHUB_OUTPUT"
env:
ARCH: ""
CPE: ${{ steps.dependency.outputs.cpe }}
CPE_PATTERN: ""
ID: tini
Expand Down

0 comments on commit 65ce354

Please sign in to comment.