Skip to content

Commit

Permalink
ci(default-lxd): fix lxd instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Sep 30, 2023
1 parent cf8f5e6 commit ac45a64
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 @@ -55,7 +55,7 @@ jobs:
ANSIBLE_CALLBACKS_ENABLED: profile_tasks
ANSIBLE_ROLE: juju4.misp
LXDIMAGE: "${{ matrix.distribution }}-${{ matrix.version }}"
LXDGUEST: "default-${{ matrix.distribution }}-${{ matrix.version }}"
LXDGUEST: "default-${{ matrix.distribution }}-${{ matrix.version2 }}"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ac45a64

Please sign in to comment.