mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
fix segfault
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
if: |
|
||||
github.event_name == 'workflow_dispatch' &&
|
||||
github.event.inputs.reason != ''
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Log dispatch reason
|
||||
env:
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
hadolint:
|
||||
name: Run hadolint against docker files
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Pull hadolint/hadolint:latest Image
|
||||
|
||||
Reference in New Issue
Block a user