Add more runs

This commit is contained in:
alesapin 2021-10-22 10:09:53 +03:00
parent 4ec01e608c
commit 1ce0acd837
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_number: [1, 7]
build_number: [1, 3, 7]
steps:
- name: Download changed images
uses: actions/download-artifact@v2

View File

@ -138,7 +138,7 @@ if __name__ == "__main__":
images = json.load(images_fd)
logging.info("Got images %s", images)
if image_name in images:
image_version += images[image_name]
image_version = images[image_name]
for i in range(10):
try: