mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-22 03:15:37 +00:00
Using ebassi's docker flathub
This commit is contained in:
parent
848a7b1fdd
commit
5ccda7c827
6
.github/workflows/build_artifacts.yml
vendored
6
.github/workflows/build_artifacts.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: "Build flatpak"
|
||||
run: |
|
||||
# Pull the Docker image
|
||||
docker pull ghcr.io/retrodeck/retrodeck-builder:latest
|
||||
docker pull ebassi/flathub:base
|
||||
|
||||
# Configure Git
|
||||
git config --global protocol.file.allow always
|
||||
|
@ -73,8 +73,8 @@ jobs:
|
|||
docker run --rm \
|
||||
-v "${GITHUB_WORKSPACE}:/workspace" \
|
||||
-w /workspace \
|
||||
ghcr.io/retrodeck/retrodeck-builder:latest \
|
||||
--user --force-clean \
|
||||
ebassi/flathub:base \
|
||||
flatpak-builder --user --force-clean \
|
||||
--install-deps-from=flathub \
|
||||
--install-deps-from=flathub-beta \
|
||||
--repo="/workspace/artifacts-repo" \
|
||||
|
|
Loading…
Reference in a new issue