mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
Merge branch 'main' of github.com:ravenscroftj/turbopilot
This commit is contained in:
commit
949027ef65
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -13,6 +13,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.7.0
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
|
||||
- name: Publish Docker Image to GitHub Registry
|
||||
# You may pin to the exact commit or the version.
|
||||
|
Loading…
Reference in New Issue
Block a user