Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Use tytan652/flatpak-github-actions image for Flatpak jobs #10074

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .github/actions/flatpak-builder-lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: |
: Install Dependencies 🛍️
echo ::group::Install Dependencies
dnf install -y -q poetry jq
pip install poetry
poetry -q -C flatpak-builder-lint install
echo ::endgroup::
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run:
shell: bash
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.5
image: ghcr.io/tytan652/flatpak-github-actions:kde-6.6-x86_64
options: --privileged
steps:
- uses: actions/checkout@v4
Expand All @@ -264,8 +264,7 @@ jobs:
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
echo '::group::Install GitHub CLI tool'
dnf install -y -q gh
echo '::group::Install GitHub CLI Actions Cache Extension'
gh extension install actions/gh-actions-cache
echo '::endgroup::'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
YOUTUBE_SECRET: ${{ secrets.YOUTUBE_SECRET }}
YOUTUBE_SECRET_HASH: ${{ secrets.YOUTUBE_SECRET_HASH }}
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.5
image: ghcr.io/tytan652/flatpak-github-actions:kde-6.6-x86_64
options: --privileged
strategy:
matrix:
Expand All @@ -81,7 +81,6 @@ jobs:
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
dnf install -y -q gh
gh extension install actions/gh-actions-cache
cache_key='flatpak-builder-${{ hashFiles('build-aux/**/*.json') }}'
Expand Down
Loading