Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c48a402
Updating github-config
paketo-bot Mar 31, 2025
f6fe880
Updating github-config
paketo-bot Apr 10, 2025
d47f138
Updating github-config
paketo-bot May 2, 2025
93fc524
Updating github-config
paketo-bot May 17, 2025
2262ade
Updating github-config
paketo-bot May 18, 2025
ecb65b3
Updating github-config
paketo-bot Jun 10, 2025
13c191c
Updating github-config
paketo-bot Jun 15, 2025
7158302
Updating github-config
paketo-bot Jun 17, 2025
9e4815e
Updating github-config
paketo-bot Jun 20, 2025
62d4ef2
Updating github-config
paketo-bot Jun 29, 2025
4d0a8a2
Updating github-config
paketo-bot Jul 8, 2025
b712b2b
Updating github-config
paketo-bot Jul 15, 2025
d2c252f
Updating github-config
paketo-bot Jul 18, 2025
957245a
Updating github-config
paketo-bot Jul 19, 2025
95e50f0
Updating github-config
paketo-bot Jul 22, 2025
48a10df
Updating github-config
paketo-bot Jul 30, 2025
bd819ce
Updating github-config
paketo-bot Aug 13, 2025
1b8c1f9
Updating github-config
paketo-bot Aug 14, 2025
a73636a
Updating github-config
paketo-bot Aug 16, 2025
7155b8d
Updating github-config
paketo-bot Aug 22, 2025
8279804
Updating github-config
paketo-bot Aug 23, 2025
61e5e95
Updating github-config
paketo-bot Aug 24, 2025
7daf761
Updating github-config
paketo-bot Sep 6, 2025
e9267e3
Updating github-config
paketo-bot Sep 12, 2025
79034c5
Updating github-config
paketo-bot Sep 19, 2025
29a7cd3
Updating github-config
paketo-bot Sep 23, 2025
efd3137
Updating github-config
paketo-bot Oct 8, 2025
85204a2
Updating github-config
paketo-bot Oct 9, 2025
1842eab
Merge branch 'main' into automation/github-config/update
dmikusa Oct 17, 2025
7e31cb8
Update dependencies & remove integration tests for bionic stack
dmikusa Oct 17, 2025
96c5689
Fix flaky test
dmikusa Oct 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push-buildpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
registries_filename="${{ env.REGISTRIES_FILENAME }}"

push_to_dockerhub=true
push_to_gcr=true
push_to_gcr=false

if [[ -f $registries_filename ]]; then
if jq 'has("dockerhub")' $registries_filename > /dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/.util/tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"createpackage": "v1.73.0",
"jam": "v2.11.1",
"jam": "v2.11.2",
"pack": "v0.37.0"
}
Loading