Skip to content

Commit 2e61e5a

Browse files
authored
Merge pull request #45 from Ilyes512/updates
Updates
2 parents 34f19e8 + 5f7adea commit 2e61e5a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image-name: ghcr.io/${{ github.repository }}/apache
3131
key: apache
3232
with:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
platform: ${{ matrix.platform }}
3535
image-name: ${{ matrix.docker.image-name }}
3636
dockerfile: ${{ matrix.docker.dockerfile }}
@@ -48,5 +48,5 @@ jobs:
4848
- ghcr.io/${{ github.repository }}
4949
- ghcr.io/${{ github.repository }}/apache
5050
with:
51-
runs-on: ubuntu-22.04
51+
runs-on: ubuntu-24.04
5252
image-name: ${{ matrix.image-name }}

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image-name: ghcr.io/${{ github.repository }}/apache
3030
key: apache
3131
with:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
platform: ${{ matrix.platform }}
3434
image-name: ${{ matrix.docker.image-name }}
3535
dockerfile: ${{ matrix.docker.dockerfile }}
@@ -48,5 +48,5 @@ jobs:
4848
- ghcr.io/${{ github.repository }}
4949
- ghcr.io/${{ github.repository }}/apache
5050
with:
51-
runs-on: ubuntu-22.04
51+
runs-on: ubuntu-24.04
5252
image-name: ${{ matrix.image-name }}

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
image-name: ghcr.io/${{ github.repository }}/apache
3131
key: apache
3232
with:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
platform: ${{ matrix.platform }}
3535
image-name: ${{ matrix.docker.image-name }}
3636
dockerfile: ${{ matrix.docker.dockerfile }}
@@ -49,5 +49,5 @@ jobs:
4949
- ghcr.io/${{ github.repository }}
5050
- ghcr.io/${{ github.repository }}/apache
5151
with:
52-
runs-on: ubuntu-22.04
52+
runs-on: ubuntu-24.04
5353
image-name: ${{ matrix.image-name }}

Taskfile.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars:
99
# env:
1010
# BUILDKIT_PROGRESS: plain
1111

12-
# silent: true
12+
silent: true
1313

1414
tasks:
1515

0 commit comments

Comments
 (0)