Skip to content

Commit

Permalink
github/actions: use public lxd-imagebuilder repo
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Apr 16, 2024
1 parent 58f2187 commit 2c39d9f
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/actions/image-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,10 @@ runs:
with:
go-version: "${{ inputs.go-version }}"

# - name: Clone LXD imagebuilder
# shell: bash
# run: |
# git clone https://github.com/canonical/lxd-imagebuilder --depth 1

- name: Checkout LXD imagebuilder
uses: actions/checkout@v4
with:
repository: musicdin/lxd-imagebuilder
path: lxd-imagebuilder
# token: ${{ inputs.token }}
ssh-key: ${{ inputs.deploy-key }}
- name: Clone LXD imagebuilder
shell: bash
run: |
git clone https://github.com/canonical/lxd-imagebuilder --depth 1
- name: Build LXD imagebuilder
shell: bash
Expand Down

0 comments on commit 2c39d9f

Please sign in to comment.