Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4acfe06
Updating github-config
paketo-bot Mar 31, 2025
1bcfe94
Updating github-config
paketo-bot Apr 10, 2025
c149d6c
Updating github-config
paketo-bot May 2, 2025
331a81f
Updating github-config
paketo-bot May 17, 2025
ca1707b
Updating github-config
paketo-bot May 18, 2025
abc4c55
Updating github-config
paketo-bot Jun 10, 2025
99417cb
Updating github-config
paketo-bot Jun 15, 2025
a337cc4
Updating github-config
paketo-bot Jun 17, 2025
ab5df67
Updating github-config
paketo-bot Jun 20, 2025
66f2263
Updating github-config
paketo-bot Jun 29, 2025
2a47d4b
Updating github-config
paketo-bot Jul 8, 2025
c944edf
Updating github-config
paketo-bot Jul 15, 2025
5a5a3bb
Updating github-config
paketo-bot Jul 18, 2025
de837f3
Updating github-config
paketo-bot Jul 19, 2025
bb843a2
Updating github-config
paketo-bot Jul 22, 2025
74002aa
Updating github-config
paketo-bot Jul 30, 2025
a5b2535
Updating github-config
paketo-bot Aug 13, 2025
aa0d72d
Updating github-config
paketo-bot Aug 14, 2025
fc8ef4c
Updating github-config
paketo-bot Aug 16, 2025
b272d20
Updating github-config
paketo-bot Aug 22, 2025
922a735
Updating github-config
paketo-bot Aug 23, 2025
b5279d7
Updating github-config
paketo-bot Aug 24, 2025
0a4f51b
Updating github-config
paketo-bot Sep 6, 2025
cad441a
Updating github-config
paketo-bot Sep 12, 2025
9fabfd3
Updating github-config
paketo-bot Sep 19, 2025
51f44e9
Updating github-config
paketo-bot Sep 23, 2025
f39f09c
Updating github-config
paketo-bot Oct 8, 2025
a898bd6
Updating github-config
paketo-bot Oct 9, 2025
592d1b9
Updating github-config
paketo-bot Oct 30, 2025
1715b46
Updating github-config
paketo-bot Oct 31, 2025
d9d9c81
Updating github-config
paketo-bot Nov 17, 2025
e337e26
Updating github-config
paketo-bot Nov 25, 2025
3707904
Updating github-config
paketo-bot Nov 26, 2025
1857761
Updating github-config
paketo-bot Nov 28, 2025
b4f2e9a
Updating github-config
paketo-bot Dec 10, 2025
a355953
Updating github-config
paketo-bot Dec 12, 2025
137468c
Updating github-config
paketo-bot Dec 13, 2025
8acd106
Updating github-config
paketo-bot Dec 15, 2025
3fca5a3
Updating github-config
paketo-bot Dec 16, 2025
d1e6937
Updating github-config
paketo-bot Dec 20, 2025
fea4cfc
Updating github-config
paketo-bot Dec 26, 2025
3cc3cd6
Updating github-config
paketo-bot Jan 11, 2026
4e5685d
Updating github-config
paketo-bot Jan 13, 2026
2d9c0c3
Updating github-config
paketo-bot Jan 20, 2026
5a43381
Updating github-config
paketo-bot Feb 4, 2026
6f0df95
Updating github-config
paketo-bot Feb 7, 2026
0b48536
Updating github-config
paketo-bot Feb 14, 2026
3121c5e
Updating github-config
paketo-bot Feb 15, 2026
e7433bf
Updating github-config
paketo-bot Feb 16, 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.5",
"pack": "v0.37.0"
}
Loading