mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Update workflow
This commit is contained in:
parent
72667bf00e
commit
fbe64036d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr-release.yml
vendored
4
.github/workflows/pr-release.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
||||||
|
|
||||||
- name: Load image
|
- name: Load image
|
||||||
run: |
|
run: |
|
||||||
docker load --input /tmp/images/image-linux-amd64.tar
|
docker image import --platform linux/amd64 /tmp/images/image-linux-amd64.tar
|
||||||
docker load --input /tmp/images/image-linux-arm64.tar
|
docker image import --platform linux/arm64 /tmp/images/image-linux-arm64.tar
|
||||||
|
|
||||||
- name: Download Docker metadata
|
- name: Download Docker metadata
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue