mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-07 16:34:20 +01:00
Added workflow to update Red Hat Container Catalog
This commit is contained in:
parent
9062b72292
commit
4e3bd6af7d
2
.github/scripts/rhel_description.py
vendored
2
.github/scripts/rhel_description.py
vendored
@ -43,6 +43,6 @@ result = requests.patch(os.environ["API_URL"] + os.environ["PROJECT_ID"],
|
||||
data = json.dumps(data))
|
||||
|
||||
print("::group::Result")
|
||||
print("Response code: " + str(result))
|
||||
print("Response code: " + str(result.status_code))
|
||||
print("Last update date: " + json.loads(result.content)['last_update_date'])
|
||||
print("::endgroup::")
|
||||
|
Loading…
Reference in New Issue
Block a user