Skip to content

Commit

Permalink
fixing some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasunag committed Jun 24, 2024
1 parent 5d6d369 commit cced76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook_server_container/libs/github_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def delete_remote_tag_for_merged_or_closed_pr(self, hook_action):
)
# First we need to execute regctl login command before we can delete the tag:
rc, _, _ = run_command(
command=f"{base_regctl_command} {self.container_repository} -u {self.container_repository_username} "
command=f"{base_regctl_command} registry login quay.io -u {self.container_repository_username} "
f"-p {self.container_repository_password}",
verify_stderr=True,
log_prefix=self.log_prefix,
Expand Down

0 comments on commit cced76c

Please sign in to comment.