actions: Fixed build
Some checks failed
Build Docker / Build Docker (push) Failing after 16s

This commit is contained in:
2023-07-31 11:26:12 +10:00
parent 7695495631
commit a95a10f3bd

View File

@@ -5,7 +5,6 @@ on: [push]
jobs:
Build Docker:
runs-on: ubuntu-latest
needs: CheckFiles
steps:
- name: Checkout
uses: actions/checkout@v2