Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
2054c21
Updating github-config
paketo-bot Mar 31, 2025
ff48ca5
Updating github-config
paketo-bot Apr 10, 2025
f628084
Updating github-config
paketo-bot May 2, 2025
51265dd
Updating github-config
paketo-bot May 17, 2025
a7d99cd
Updating github-config
paketo-bot May 18, 2025
345377c
Updating github-config
paketo-bot Jun 10, 2025
e3032fa
Updating github-config
paketo-bot Jun 15, 2025
c842899
Updating github-config
paketo-bot Jun 17, 2025
5d210d1
Updating github-config
paketo-bot Jun 20, 2025
d07afc4
Updating github-config
paketo-bot Jun 29, 2025
e5edf8e
Updating github-config
paketo-bot Jul 8, 2025
320fd8c
Updating github-config
paketo-bot Jul 15, 2025
bd4a52a
Updating github-config
paketo-bot Jul 18, 2025
a7e61cd
Updating github-config
paketo-bot Jul 19, 2025
5b29533
Updating github-config
paketo-bot Jul 22, 2025
9ae61d1
Updating github-config
paketo-bot Jul 30, 2025
7c6833f
Updating github-config
paketo-bot Aug 13, 2025
ca8eb0a
Updating github-config
paketo-bot Aug 14, 2025
4ac44f4
Updating github-config
paketo-bot Aug 16, 2025
30293ea
Updating github-config
paketo-bot Aug 22, 2025
c1c54ef
Updating github-config
paketo-bot Aug 23, 2025
3a58eb7
Updating github-config
paketo-bot Aug 24, 2025
094152e
Updating github-config
paketo-bot Sep 6, 2025
074d3b1
Updating github-config
paketo-bot Sep 12, 2025
5bf8076
Updating github-config
paketo-bot Sep 19, 2025
2fc9273
Updating github-config
paketo-bot Sep 23, 2025
e3e75d9
Updating github-config
paketo-bot Oct 8, 2025
92fcc46
Updating github-config
paketo-bot Oct 9, 2025
14d621b
Updating github-config
paketo-bot Oct 30, 2025
7025359
Updating github-config
paketo-bot Oct 31, 2025
6896f5a
Updating github-config
paketo-bot Nov 17, 2025
b4de9fc
Updating github-config
paketo-bot Nov 25, 2025
08c1ea7
Updating github-config
paketo-bot Nov 26, 2025
b4427bb
Updating github-config
paketo-bot Nov 28, 2025
f576b2a
Updating github-config
paketo-bot Dec 10, 2025
28ea557
Updating github-config
paketo-bot Dec 12, 2025
ed982b2
Updating github-config
paketo-bot Dec 13, 2025
6d5e429
Updating github-config
paketo-bot Dec 15, 2025
32a071f
Updating github-config
paketo-bot Dec 16, 2025
7c37063
Updating github-config
paketo-bot Dec 20, 2025
92c2612
Updating github-config
paketo-bot Dec 26, 2025
0010c64
Updating github-config
paketo-bot Jan 11, 2026
1a47ff5
Updating github-config
paketo-bot Jan 13, 2026
1eed6e2
Updating github-config
paketo-bot Jan 20, 2026
285790d
Updating github-config
paketo-bot Feb 4, 2026
abedb16
Updating github-config
paketo-bot Feb 7, 2026
b574fe0
Updating github-config
paketo-bot Feb 14, 2026
078e507
Updating github-config
paketo-bot Feb 15, 2026
bc9bf1b
Updating github-config
paketo-bot Feb 16, 2026
41fefb8
Updating github-config
paketo-bot Feb 21, 2026
d333c4f
Updating github-config
paketo-bot Mar 2, 2026
e94820f
Updating github-config
paketo-bot Mar 3, 2026
6e01474
Updating github-config
paketo-bot Mar 5, 2026
a26ec68
Updating github-config
paketo-bot Mar 6, 2026
19abc61
Updating github-config
paketo-bot Mar 7, 2026
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.4",
"pack": "v0.37.0"
}
Loading