We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae61d7e commit 342e697Copy full SHA for 342e697
.github/workflows/docker.yml
@@ -9,7 +9,7 @@ env:
9
10
jobs:
11
build-and-push-image:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
13
# only run on tag push
14
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v'))
15
permissions:
0 commit comments