From 9ed831efae2e07157b4fbaacd6d63821b4b65e2c Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Sun, 28 Apr 2024 03:34:55 +0200 Subject: [PATCH] Remove changed files detection --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 153624c..6b740e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,16 +21,6 @@ jobs: with: fetch-depth: 0 - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v14.1 - with: - files: | - **/*.go - go.* - Dockerfile - .github/workflows/**/* - - name: Set up QEMU uses: docker/setup-qemu-action@v1 @@ -38,7 +28,6 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Log in to the Container registry - if: steps.changed-files.outputs.any_changed == 'true' uses: docker/login-action@v1 with: registry: ${{ env.REGISTRY }} @@ -46,7 +35,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (tags, labels) for Docker - if: steps.changed-files.outputs.any_changed == 'true' id: meta uses: docker/metadata-action@v3 with: @@ -55,7 +43,6 @@ jobs: type=sha - name: Build and push Docker image - if: steps.changed-files.outputs.any_changed == 'true' uses: docker/build-push-action@v2 with: context: .