From 0d4593cb5e11ceeb542baff8dfd7ae72e0398aaa Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Mon, 19 Aug 2024 10:22:29 +0500 Subject: [PATCH] Misc fixes to workflows --- .github/workflows/push.yaml | 1 + .github/workflows/release.yaml | 16 +--------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 8667b23..5999ce5 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -27,6 +27,7 @@ jobs: with: token: ${{ secrets.STAKATER_GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo + submodules: recursive # Setting up helm binary - name: Set up Helm diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20dbebe..dda7b45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,7 @@ jobs: with: token: ${{ secrets.STAKATER_GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo + submodules: recursive # Setting up helm binary - name: Set up Helm @@ -171,22 +172,7 @@ jobs: org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} - - uses: dorny/paths-filter@v3 - id: filter - with: - filters: | - docs: - - '.markdownlint.yaml' - - '.vale.ini' - - 'Dockerfile-docs' - - 'docs-nginx.conf' - - 'docs/**' - - 'README.md' - - 'theme_common' - - 'theme_override' - - name: Build and Push Docker Image for Docs to ghcr registry - if: steps.filter.outputs.docs == 'true' uses: docker/build-push-action@v5 with: context: .