Skip to content

Commit

Permalink
ci(default-lxd): fix LXDIMAGE with default upstream images
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Oct 7, 2023
1 parent f824163 commit de2f429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
ANSIBLE_CALLBACKS_ENABLED: profile_tasks
ANSIBLE_ROLE: juju4.misp
LXDIMAGE: "${{ matrix.distribution }}-${{ matrix.version }}"
LXDIMAGE: "${{ matrix.distribution }}:${{ matrix.version }}"
LXDGUEST: "default-${{ matrix.distribution }}-${{ matrix.version2 }}"

steps:
Expand Down

0 comments on commit de2f429

Please sign in to comment.