diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index b8d237559..74b00e915 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -44,6 +44,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + submodules: true - name: Setup .NET Core uses: actions/setup-dotnet@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd0f7bef..8d4bc09eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}