We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051dc13 commit d417a66Copy full SHA for d417a66
.github/workflows/build-and-push.yml
@@ -36,7 +36,7 @@ on:
36
jobs:
37
build-and-push-to-fit2cloud-registry:
38
if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }}
39
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
40
steps:
41
- name: Check Disk Space
42
run: df -h
0 commit comments