]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Chore: Build fix- branches (#5501)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 23 Jan 2024 00:35:45 +0000 (16:35 -0800)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 00:35:45 +0000 (16:35 -0800)
.github/workflows/ci.yml
.github/workflows/cleanup-tags.yml

index 0735c7a6ee9f65fbd2cfbde3e85bb88000d143a9..146acd0ab2caf3e0f1fcffafad6752f01a5fab2a 100644 (file)
@@ -310,7 +310,7 @@ jobs:
   build-docker-image:
     name: Build Docker image for ${{ github.ref_name }}
     runs-on: ubuntu-22.04
-    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v'))
+    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || startsWith(github.ref, 'refs/heads/fix-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v'))
     concurrency:
       group: ${{ github.workflow }}-build-docker-image-${{ github.ref_name }}
       cancel-in-progress: true
index 5d3d0604c63904107b6379365663e7f7d1a5f3c2..1207d688bff345bd334109a423a3a98d02c5b344 100644 (file)
@@ -41,7 +41,7 @@ jobs:
           package_name: "${{ matrix.primary-name }}"
           scheme: "branch"
           repo_name: "paperless-ngx"
-          match_regex: "feature-"
+          match_regex: "(feature|fix)"
           do_delete: "true"
 
   cleanup-untagged-images: