Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .github/actions/ovmlayer/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
private-key: ${{ secrets.OOMOL_DOWNLOADER_APP_PRIVATE_KEY }}
owner: oomol
repositories: ${{ env.OVMLAYER_REPOSITORY }}
- uses: ./.github/actions/ovmlayer
- uses: oomol/oocana-rust/.github/actions/ovmlayer@6c365c646efde55d6c4636b5921e237020ea2838
with:
repository: ${{ env.OVMLAYER_REPOSITORY }}
rootfs: https://github.com/oomol/ovmlayer-rootfs/releases/download/base-rootfs%400.4.0/${{steps.rootfs.outputs.architecture}}-rootfs.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oocana-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
private-key: ${{ secrets.OOMOL_DOWNLOADER_APP_PRIVATE_KEY }}
owner: oomol
repositories: ${{ env.OVMLAYER_REPOSITORY }}
- uses: ./.github/actions/ovmlayer
- uses: oomol/oocana-rust/.github/actions/ovmlayer@6c365c646efde55d6c4636b5921e237020ea2838
with:
repository: ${{ env.OVMLAYER_REPOSITORY }}
rootfs: https://github.com/oomol/ovmlayer-rootfs/releases/download/base-rootfs%400.3.0/amd64-rootfs.tar
Expand Down
Loading