Skip to content

Commit

Permalink
Correct latest image tag (#967)
Browse files Browse the repository at this point in the history
Correct latest image tag

The latest tag for the quay.io images should be associated with the latest version of Ansible, apparently. Move it from 2.11 to 2.12 image.

Reviewed-by: Alexander Sowitzki <dev@eqrx.net>
Reviewed-by: None <None>
  • Loading branch information
Shrews committed Jan 20, 2022
1 parent b4e2bc1 commit aca337f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .zuul.d/jobs.yaml
Expand Up @@ -78,7 +78,9 @@
repository: quay.io/ansible/ansible-runner
siblings:
- github.com/ansible/ansible
tags: ['stable-2.12-devel']
tags:
- stable-2.12-devel
- latest
docker_images: *container_images_stable_2_12

- job:
Expand Down Expand Up @@ -126,7 +128,6 @@
- github.com/ansible/ansible
tags:
- stable-2.11-devel
- latest
docker_images: *container_images_stable_2_11

- job:
Expand Down

0 comments on commit aca337f

Please sign in to comment.