Skip to content

Commit 0327743

Browse files
authored
Update runner version to Ubuntu 22.04
1 parent 109831c commit 0327743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lb-push-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-push-scan:
99
name: Build, Push and Scan Docker
10-
runs-on: [self-hosted, ubuntu-20.04]
10+
runs-on: [self-hosted, ubuntu-22.04]
1111
steps:
1212
- name: Check out Source Repository
1313
uses: actions/checkout@v5

0 commit comments

Comments
 (0)