Skip to content

Commit

Permalink
docs: Added funding model platforms to FUNDING.yml and updated URLs i…
Browse files Browse the repository at this point in the history
…n chocolateyinstall.ps1. Updated workflow_dispatch in build_and_push_image.yml and build_image.yml.
  • Loading branch information
marcinbojko committed Sep 23, 2024
1 parent f4b8862 commit 6ae559a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
polar: # Replace with a single Polar username
buy_me_a_coffee: marcinbojko
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
1 change: 1 addition & 0 deletions .github/workflows/01_build_and_push_image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build_and_push_image
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/01_build_image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build_image_for_test
on:
workflow_dispatch:
push:
branches:
- 'test'
Expand Down
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageName = 'dive'
$version = '0.12.0'
$url64 = "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_amd64.zip"
$url64 = "https://github.com/wagoodman/dive/releases/download/v${version}/dive_${version}_windows_amd64.zip"
$checksum64 = 'b60d750852543e5a4b38c42590e2036aa2a8026cdb14d835090399f5e1312192'
$killexec = 1
$killexecprocess = "dive*"
Expand Down

0 comments on commit 6ae559a

Please sign in to comment.