Skip to content

Commit

Permalink
Merge pull request #228 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.29.0 to 1.30.0
  • Loading branch information
dmikusa committed Feb 1, 2023
2 parents 65c37b9 + 7fdb3d8 commit 796ada5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.0
1.30.0
2 changes: 1 addition & 1 deletion .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ jobs:
with:
address: docker.io/paketobuildpacks/native-image@${{ steps.package.outputs.digest }}
id: paketo-buildpacks/native-image
token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN }
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
version: ${{ steps.version.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/pb-update-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Go
"on":
schedule:
- cron: 14 2 * * 1
- cron: 2 2 * * 1
workflow_dispatch: {}
jobs:
update:
Expand Down

0 comments on commit 796ada5

Please sign in to comment.