Skip to content

Commit

Permalink
ansible: Switch containers to pull main-noble-{arch} container
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Sep 10, 2024
1 parent 3e1528d commit 4b5c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/runner/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
ansible.builtin.copy:
dest: "{{ runner_base_dir }}/runner_unit.env"
content: |
DOCKER_TAG={{ runner_docker_tag }}-{{ ansible_architecture }}
DOCKER_TAG={{ runner_docker_tag }}-{{ runner_docker_ubuntu_version }}-{{ ansible_architecture }}
mode: 0700
owner: root
group: root
Expand Down

0 comments on commit 4b5c034

Please sign in to comment.