Skip to content

Commit 4a2859b

Browse files
committed
release: pin the ubuntu version
1 parent e223b38 commit 4a2859b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
permissions:
1515
contents: write
1616
packages: write
@@ -36,7 +36,7 @@ jobs:
3636
type=ref,event=pr
3737
type=semver,pattern={{version}}
3838
39-
- uses: docker/build-push-action@v5
39+
- uses: docker/build-push-action@v6
4040
with:
4141
context: .
4242
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)