Skip to content

Commit

Permalink
fix orasclient.py
Browse files Browse the repository at this point in the history
Signed-off-by: Aryan Rajoria <aryanrajoria1003@gmail.com>
  • Loading branch information
aryan-rajoria committed Nov 6, 2024
1 parent acb70a2 commit dd72b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .oras/orasclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
client.login(password=input_value[1], username=input_value[0])

client.push(
name="ghcr.io/appthreat/blintdb-meson:v0.1",
target="ghcr.io/appthreat/blintdb-meson:v0.1",
files=[
("./.oras/config.json", "application/vnd.oras.config.v1+json"),
("./.oras/annotations.json", "application/vnd.oras.annotation.v1+json"),
Expand Down

0 comments on commit dd72b8e

Please sign in to comment.