mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2024-12-30 15:19:18 -06:00
Update main.yml
This commit is contained in:
parent
49a74ec72d
commit
6bbce34913
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: checkout repo and submodules
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Login To Registry
|
||||
uses: docker/login-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user