diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e9b6b8..4a30fbea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: name: Create and Push Docker Manifest runs-on: ubuntu-latest needs: build-oci - + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' steps: - name: Download OCI Images Artifacts uses: actions/download-artifact@v4 @@ -351,4 +351,4 @@ jobs: docker manifest create $REPO_DOCKER:$BRANCH_TAG \ --amend conduwuit:${{ github.sha }}-x86_64-jemalloc \ --amend conduwuit:${{ github.sha }}-aarch64-jemalloc - docker manifest push $REPO_DOCKER:$BRANCH_TAG \ No newline at end of file + docker manifest push $REPO_DOCKER:$BRANCH_TAG