Skip to content

Commit

Permalink
release: pin the ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Feb 4, 2025
1 parent e223b38 commit 4a2859b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
packages: write
Expand All @@ -36,7 +36,7 @@ jobs:
type=ref,event=pr
type=semver,pattern={{version}}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 4a2859b

Please sign in to comment.