fetch submodules for mac build
This commit is contained in:
@@ -44,6 +44,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
|
||||
+10
-10
@@ -46,13 +46,13 @@ jobs:
|
||||
ac_username: ${{ secrets.AC_USERNAME }}
|
||||
ac_password: ${{ secrets.AC_PASSWORD }}
|
||||
gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
build_and_push:
|
||||
uses: jasongdove/ersatztv/.github/workflows/docker.yml@main
|
||||
needs: calculate_version
|
||||
with:
|
||||
base_version: develop
|
||||
info_version: ${{ needs.calculate_version.outputs.git_tag }}
|
||||
tag_version: ${{ github.sha }}
|
||||
secrets:
|
||||
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
docker_hub_access_token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
# build_and_push:
|
||||
# uses: jasongdove/ersatztv/.github/workflows/docker.yml@main
|
||||
# needs: calculate_version
|
||||
# with:
|
||||
# base_version: develop
|
||||
# info_version: ${{ needs.calculate_version.outputs.git_tag }}
|
||||
# tag_version: ${{ github.sha }}
|
||||
# secrets:
|
||||
# docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
# docker_hub_access_token: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user