Skip to content

Commit

Permalink
Pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 9, 2024
1 parent f2ad277 commit c0997d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
packages: write
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
REGISTRY: ghcr.io
IMAGE_NAME: alpine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-base-wolfi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
packages: write
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
REGISTRY: ghcr.io
IMAGE_NAME: build-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
permissions:
packages: write
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
REGISTRY: ghcr.io
IMAGE_NAME: build-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-essential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
packages: write
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
REGISTRY: ghcr.io
IMAGE_NAME: build-essential
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
packages: write
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
REGISTRY: ghcr.io
IMAGE_NAME: ubuntu
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
images: ${{ steps.transform.outputs.images }}
steps:
Expand Down

0 comments on commit c0997d7

Please sign in to comment.