We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d395f commit 76f4771Copy full SHA for 76f4771
2 files changed
.github/workflows/fedora.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
paths:
6
- '.github/workflows/fedora.yml'
7
- - 'fedora.39/Dockerfile'
8
- 'fedora.40/Dockerfile'
9
- 'fedora.41/Dockerfile'
10
- 'fedora.42/Dockerfile'
@@ -19,7 +18,6 @@ jobs:
19
18
fail-fast: false
20
matrix:
21
cfg:
22
- - version: 39
23
- version: 40
24
- version: 41
25
- version: 42
.github/workflows/ubuntu.yml
@@ -4,7 +4,7 @@ on:
- '.github/workflows/ubuntu.yml'
- - 'ubuntu.22.04/Dockerfile'
+ - 'ubuntu.24.04/Dockerfile'
schedule:
- cron: '0 3 1 * *'
# 1st of the month at 03:00
@@ -25,5 +25,5 @@ jobs:
github-push-secret: ${{secrets.GITHUB_TOKEN}}
26
docker-image-name: ubuntu
27
docker-image-tag: latest
28
- dockerfile-path: ./ubuntu.22.04/Dockerfile
+ dockerfile-path: ./ubuntu.24.04/Dockerfile
29
0 commit comments