Skip to content

Commit

Permalink
fixed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jan 15, 2025
1 parent 26005fc commit 6d5ef44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/base/packer_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"source_image_filter":{
"filters":{
"tags":[
"{{user `base_image_build`}}"
"{{user `base_image_build_tag`}}"
],
"properties":{
"os_distro":"{{user `os_distro`}}",
Expand Down
2 changes: 1 addition & 1 deletion packer/update_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

- name: Set Base Image Fact
ansible.builtin.set_fact:
base_images: "{{ images.images | selectattr('tags', 'search', base_image_build)
base_images: "{{ images.images | selectattr('tags', 'search', base_image_build_tag)
| selectattr('os_distro', '==', os_distro)
| selectattr('os_version', '==', os_version)
| sort(attribute='created_at') }}"
Expand Down

0 comments on commit 6d5ef44

Please sign in to comment.