Skip to content

Commit 342e697

Browse files
committed
Fix docker publishing once again - ubuntu version
1 parent ae61d7e commit 342e697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
build-and-push-image:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
1313
# only run on tag push
1414
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v'))
1515
permissions:

0 commit comments

Comments
 (0)