Skip to content

Commit 13081a1

Browse files
committed
Update workflow to use Ubuntu 24.04 and upgrade actions versions
1 parent bf33f48 commit 13081a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up QEMU
2222
uses: docker/setup-qemu-action@v3
@@ -49,7 +49,7 @@ jobs:
4949
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
5050
5151
- name: Build and push
52-
uses: docker/build-push-action@v5
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
platforms: linux/amd64 # ,linux/arm64

0 commit comments

Comments
 (0)