Skip to content

Commit 354063b

Browse files
committed
chore: use latest ubuntu as runner
1 parent 6ea20aa commit 354063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-to-registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Build and publish the container image
1010

1111
jobs:
1212
build-and-push-image:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read
1616
packages: write

0 commit comments

Comments
 (0)