Skip to content

Commit c149e34

Browse files
set ubuntu to 20.04
1 parent 7a68471 commit c149e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
buildAndPushImage:
1313
name: Build and push Docker image
1414
if: "!contains(github.event.head_commit.message, '[skip ci]') && github.actor != 'allcontributors'"
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616

1717
steps:
1818
# Free disk space

0 commit comments

Comments
 (0)