Skip to content

Commit 55586af

Browse files
committed
changse
1 parent 2af7cf2 commit 55586af

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
image:
18+
# bump the tags to rebuild
1819
- 'gnomeos:2025-11-24.0'
1920
- 'fedora-latest:2025-11-21.11'
2021
- 'ubuntu-latest:2025-11-21.10'
21-
- 'ubuntu-22.04:2025-11-24.11'
22+
- 'ubuntu-22.04:2025-11-24.3'
2223

2324
steps:
2425
- name: Login to GHCR

.github/workflows/containers/ubuntu-22.04.containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
FROM ubuntu:22.04
66

7+
RUN add-apt-repository ppa:flatpak/stable
8+
79
RUN apt update
810
RUN apt upgrade -y
911

0 commit comments

Comments
 (0)