From 77befbc0d27fdb0c3b00c42f0e34421f16459570 Mon Sep 17 00:00:00 2001 From: Fran Date: Tue, 5 Nov 2024 17:37:00 -0500 Subject: [PATCH] Also build images for develop --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 15dc4d2..d2e818e 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -45,7 +45,7 @@ jobs: - name: Build and push Docker image 🏗️ uses: docker/build-push-action@v4 with: - push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases') }} + push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/releases') }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha