Skip to content

Commit

Permalink
Merge pull request #114 from MusicDin/fix/image-oracle
Browse files Browse the repository at this point in the history
Fix upload of Oracle images
  • Loading branch information
tomponline authored Mar 25, 2024
2 parents a05f790 + b5f8273 commit 7c30411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ jobs:
uses: ./.github/actions/image-upload
if: inputs.publish == true
with:
name: "${{ env.distro }}-${{ matrix.release }}-${{ matrix.architecture }}-${{ matrix.variant }}"
target: ${{ env.target }}
image_dir: "${{ env.distro }}/${{ matrix.release }}/${{ matrix.architecture }}/${{ matrix.variant }}"
ssh_private_key: "${{ secrets.LXD_INFRA_IMAGES_KEY }}"

0 comments on commit 7c30411

Please sign in to comment.