Skip to content

Commit

Permalink
Update required commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik-mahalle committed May 9, 2024
1 parent ada0d20 commit 9d723c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# These are supported funding model platforms

patreon: kaiwalya
ko_fi: kaiwalya
custom: https://buymeacoffee.com/kaiwalya
github: kaiwalyakoparkar
patreon: Pratik
ko_fi: Pratik
github: pratik-mahalle

# open_collective: # Replace with a single Open Collective username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
tags: |
type=sha
images: kaiwalyakoparkar/busybox
images: pratikmahalle/busybox

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: kaiwalyakoparkar/busybox
repository: pratikmahalle17/busybox
tag_with_ref: true
add_git_labels: true
tag_with_sha: true
Expand Down

0 comments on commit 9d723c7

Please sign in to comment.