Skip to content

Commit

Permalink
fixed base location
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jan 15, 2025
1 parent 2902b94 commit 38dca57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/update_base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
- base_image_build | length > 0
- base_images | length == 0 or (base_image_build | last).created_at > (base_images | last).created_at
or (base_images | last).github_hash | default('undefined') != github_hash.stdout
or (base_images | last).md5_hash|default ('undefined') != md5_hash.stdout)
or (base_images | last).md5_hash|default ('undefined') != md5_hash.stdout


- name: Build new Base image - {{ os_distro }} {{ os_version }}
- name: Build new Base image - {{ os_distro }} {{ os_version }}
ansible.builtin.command: packer build -var-file=tags.json -var 'os_distro={{ os_distro }}'
-var 'github_hash={{ github_hash.stdout }}' -var 'os_version={{ os_version }}'
-var 'md5_hash={{ md5_hash.stdout}}'
Expand Down

0 comments on commit 38dca57

Please sign in to comment.