Skip to content

Commit

Permalink
Merge pull request #45 from Ilyes512/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Ilyes512 authored Nov 24, 2024
2 parents 34f19e8 + 5f7adea commit 2e61e5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image-name: ghcr.io/${{ github.repository }}/apache
key: apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
platform: ${{ matrix.platform }}
image-name: ${{ matrix.docker.image-name }}
dockerfile: ${{ matrix.docker.dockerfile }}
Expand All @@ -48,5 +48,5 @@ jobs:
- ghcr.io/${{ github.repository }}
- ghcr.io/${{ github.repository }}/apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
image-name: ${{ matrix.image-name }}
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image-name: ghcr.io/${{ github.repository }}/apache
key: apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
platform: ${{ matrix.platform }}
image-name: ${{ matrix.docker.image-name }}
dockerfile: ${{ matrix.docker.dockerfile }}
Expand All @@ -48,5 +48,5 @@ jobs:
- ghcr.io/${{ github.repository }}
- ghcr.io/${{ github.repository }}/apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
image-name: ${{ matrix.image-name }}
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
image-name: ghcr.io/${{ github.repository }}/apache
key: apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
platform: ${{ matrix.platform }}
image-name: ${{ matrix.docker.image-name }}
dockerfile: ${{ matrix.docker.dockerfile }}
Expand All @@ -49,5 +49,5 @@ jobs:
- ghcr.io/${{ github.repository }}
- ghcr.io/${{ github.repository }}/apache
with:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
image-name: ${{ matrix.image-name }}
2 changes: 1 addition & 1 deletion Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vars:
# env:
# BUILDKIT_PROGRESS: plain

# silent: true
silent: true

tasks:

Expand Down

0 comments on commit 2e61e5a

Please sign in to comment.