We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1bde5 commit beeb868Copy full SHA for beeb868
.github/workflows/docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
build-and-push-app:
17
# This only makes sense to run for pastvu owned repo.
18
if: github.repository_owner == 'pastvu'
19
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
20
steps:
21
- uses: actions/checkout@v4
22
0 commit comments