We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af7cf2 commit 55586afCopy full SHA for 55586af
2 files changed
.github/workflows/container.yml
@@ -15,10 +15,11 @@ jobs:
15
strategy:
16
matrix:
17
image:
18
+ # bump the tags to rebuild
19
- 'gnomeos:2025-11-24.0'
20
- 'fedora-latest:2025-11-21.11'
21
- 'ubuntu-latest:2025-11-21.10'
- - 'ubuntu-22.04:2025-11-24.11'
22
+ - 'ubuntu-22.04:2025-11-24.3'
23
24
steps:
25
- name: Login to GHCR
.github/workflows/containers/ubuntu-22.04.containerfile
@@ -4,6 +4,8 @@
4
5
FROM ubuntu:22.04
6
7
+RUN add-apt-repository ppa:flatpak/stable
8
+
9
RUN apt update
10
RUN apt upgrade -y
11
0 commit comments