Skip to content

Commit 6804e1a

Browse files
committed
Upgrade Ubuntu image for Docker action
1 parent 24e0cb1 commit 6804e1a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dockerhub.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name: "Docker image latest"
33
on:
44
push:
55
branches:
6-
- master
6+
- master
7+
pull_request:
78

89
jobs:
910
build:
1011
name: Docker image latest
11-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1213
steps:
1314
- name: Check out repository code
1415
uses: actions/checkout@v2

0 commit comments

Comments
 (0)